#29A1D2

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

Shades of Summer Sky #29A1D2

Tints of Summer Sky #29A1D2

Color information

#29A1D2 (or 0x29A1D2) is unknown color: approx Summer Sky. HEX triplet: 29, A1 and D2. RGB value is (41,161,210). Sum of RGB (Red+Green+Blue) = 41+161+210=412 (54% of max value = 765). Red value is 41 (16.41% from 255 or 9.95% from 412); Green value is 161 (63.28% from 255 or 39.08% from 412); Blue value is 210 (82.42% from 255 or 50.97% from 412); Max value from RGB is 210 - color contains mainly: blue. Hex color #29A1D2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29A1D2 is #D65E2D. Grayscale: #828282. Windows color (decimal): -14048814 or 13803817. OLE color: 13803817.

HSL color Cylindrical-coordinate representation of color #29A1D2: hue angle of 197.4º 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 #29A1D2 is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB41161210-
CMYK0.800.2300.18
HSL197.4º67.33%49.22%-
HSV(B)197.4º80.48%82.35%-
XYZ25.2930.6165.55-
YUV130.71172.7464.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.95%
GREEN value IS 161 (63.28% from 255) = 39.08%
BLUE value IS 210 (82.42% from 255) = 50.97%
R=9.95%
G=39.08%
B=50.97%

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
Decimal411612100.800.2300.18197.467.3349.22
Hex29A1D25017012c54331
Octal512413221202702230510361
Binary1010011010000111010010101000010111010010110001011000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29A1D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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