#29A2D2

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

Shades of Summer Sky #29A2D2

Tints of Summer Sky #29A2D2

Color information

#29A2D2 (or 0x29A2D2) is unknown color: approx Summer Sky. HEX triplet: 29, A2 and D2. RGB value is (41,162,210). Sum of RGB (Red+Green+Blue) = 41+162+210=413 (54% of max value = 765). Red value is 41 (16.41% from 255 or 9.93% from 413); Green value is 162 (63.67% from 255 or 39.23% from 413); Blue value is 210 (82.42% from 255 or 50.85% from 413); Max value from RGB is 210 - color contains mainly: blue. Hex color #29A2D2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29A2D2 is #D65D2D. Grayscale: #828282. Windows color (decimal): -14048558 or 13804073. OLE color: 13804073.

HSL color Cylindrical-coordinate representation of color #29A2D2: hue angle of 197.04º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29A2D2 is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB41162210-
CMYK0.800.2300.18
HSL197.04º67.33%49.22%-
HSV(B)197.04º80.48%82.35%-
XYZ25.4730.9765.61-
YUV131.29172.4163.6-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.93%
GREEN value IS 162 (63.67% from 255) = 39.23%
BLUE value IS 210 (82.42% from 255) = 50.85%
R=9.93%
G=39.23%
B=50.85%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal411622100.800.2300.18197.0467.3349.22
Hex29A2D25017012c54331
Octal512423221202702230510361
Binary1010011010001011010010101000010111010010110001011000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29A2D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29A2D2; }

 p { color: rgb(41,162,210); }

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

<style>
 a { background-color: #29A2D2; }

 a { background-color: rgb(41,162,210); }

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

<style>
 span { border-color: #29A2D2; }

 span { border-color: rgb(41,162,210); }

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