#29CCE6

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

Shades of Summer Sky #29CCE6

Tints of Summer Sky #29CCE6

Color information

#29CCE6 (or 0x29CCE6) is unknown color: approx Summer Sky. HEX triplet: 29, CC and E6. RGB value is (41,204,230). Sum of RGB (Red+Green+Blue) = 41+204+230=475 (62% of max value = 765). Red value is 41 (16.41% from 255 or 8.63% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 230 (90.23% from 255 or 48.42% from 475); Max value from RGB is 230 - color contains mainly: blue. Hex color #29CCE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29CCE6 is #D63319. Grayscale: #9D9D9D. Windows color (decimal): -14037786 or 15125545. OLE color: 15125545.

HSL color Cylindrical-coordinate representation of color #29CCE6: hue angle of 188.25º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29CCE6 is Cyan = 0.82, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB41204230-
CMYK0.820.1100.10
HSL188.25º79.08%53.14%-
HSV(B)188.25º82.17%90.2%-
XYZ36.7949.3782.45-
YUV158.23168.544.39-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 8.63%
GREEN value IS 204 (80.08% from 255) = 42.95%
BLUE value IS 230 (90.23% from 255) = 48.42%
R=8.63%
G=42.95%
B=48.42%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal412042300.820.1100.10188.2579.0853.14
Hex29CCE652B0Abc4f35
Octal513143461221301227411765
Binary10100111001100111001101010010101101010101111001001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29CCE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,204,230); }

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

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

 a { background-color: rgb(41,204,230); }

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

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

 span { border-color: rgb(41,204,230); }

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