#34B4D7

Color #34B4D7 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #34B4D7

Tints of Summer Sky #34B4D7

Color information

#34B4D7 (or 0x34B4D7) is unknown color: approx Summer Sky. HEX triplet: 34, B4 and D7. RGB value is (52,180,215). Sum of RGB (Red+Green+Blue) = 52+180+215=447 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.63% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 215 (84.38% from 255 or 48.10% from 447); Max value from RGB is 215 - color contains mainly: blue. Hex color #34B4D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34B4D7 is #CB4B28. Grayscale: #919191. Windows color (decimal): -13323049 or 14136372. OLE color: 14136372.

HSL color Cylindrical-coordinate representation of color #34B4D7: hue angle of 192.88º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34B4D7 is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB52180215-
CMYK0.760.1600.16
HSL192.88º67.08%52.35%-
HSV(B)192.88º75.81%84.31%-
XYZ3038.2870.1-
YUV145.72167.0961.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 11.63%
GREEN value IS 180 (70.70% from 255) = 40.27%
BLUE value IS 215 (84.38% from 255) = 48.10%
R=11.63%
G=40.27%
B=48.10%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal521802150.760.1600.16192.8867.0852.35
Hex34B4D74C10010c14334
Octal642643271142002030110364
Binary1101001011010011010111100110010000010000110000011000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B4D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34B4D7; }

 p { color: rgb(52,180,215); }

 H1.HeaderClassName
 {
   color: #34B4D7;
 }
 .AnyTagClassName
 {
   color: #34B4D7;
 }
</style>
background-color css

<style>
 a { background-color: #34B4D7; }

 a { background-color: rgb(52,180,215); }

 div.DivClassName
 {
   background-color: #34B4D7;
 }
 .BgClassName
 {
   background-color: #34B4D7;
 }
</style>
border-color css

<style>
 span { border-color: #34B4D7; }

 span { border-color: rgb(52,180,215); }

 td.TdClassName
 {
   border-color: #34B4D7;
 }
 .TagClassName
 {
   border-color: #34B4D7;
 }
</style>