#29A9CA

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

Shades of Summer Sky #29A9CA

Tints of Summer Sky #29A9CA

Color information

#29A9CA (or 0x29A9CA) is unknown color: approx Summer Sky. HEX triplet: 29, A9 and CA. RGB value is (41,169,202). Sum of RGB (Red+Green+Blue) = 41+169+202=412 (54% of max value = 765). Red value is 41 (16.41% from 255 or 9.95% from 412); Green value is 169 (66.41% from 255 or 41.02% from 412); Blue value is 202 (79.30% from 255 or 49.03% from 412); Max value from RGB is 202 - color contains mainly: blue. Hex color #29A9CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29A9CA is #D65635. Grayscale: #868686. Windows color (decimal): -14046774 or 13281577. OLE color: 13281577.

HSL color Cylindrical-coordinate representation of color #29A9CA: hue angle of 192.3º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29A9CA is Cyan = 0.80, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB41169202-
CMYK0.800.1600.21
HSL192.3º66.26%47.65%-
HSV(B)192.3º79.7%79.22%-
XYZ25.7633.1160.91-
YUV134.49166.0961.32-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.95%
GREEN value IS 169 (66.41% from 255) = 41.02%
BLUE value IS 202 (79.30% from 255) = 49.03%
R=9.95%
G=41.02%
B=49.03%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal411692020.800.1600.21192.366.2647.65
Hex29A9CA5010015c04230
Octal512513121202002530010260
Binary1010011010100111001010101000010000010101110000001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29A9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,169,202); }

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

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

 a { background-color: rgb(41,169,202); }

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

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

 span { border-color: rgb(41,169,202); }

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