#29CCEC

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

Shades of Summer Sky #29CCEC

Tints of Summer Sky #29CCEC

Color information

#29CCEC (or 0x29CCEC) is unknown color: approx Summer Sky. HEX triplet: 29, CC and EC. RGB value is (41,204,236). Sum of RGB (Red+Green+Blue) = 41+204+236=481 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.52% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #29CCEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29CCEC is #D63313. Grayscale: #9E9E9E. Windows color (decimal): -14037780 or 15518761. OLE color: 15518761.

HSL color Cylindrical-coordinate representation of color #29CCEC: hue angle of 189.85º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29CCEC is Cyan = 0.83, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB41204236-
CMYK0.830.1400.07
HSL189.85º83.69%54.31%-
HSV(B)189.85º82.63%92.55%-
XYZ37.6549.7186.97-
YUV158.91171.543.9-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 8.52%
GREEN value IS 204 (80.08% from 255) = 42.41%
BLUE value IS 236 (92.58% from 255) = 49.06%
R=8.52%
G=42.41%
B=49.06%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal412042360.830.1400.07189.8583.6954.31
Hex29CCEC53E07be5436
Octal51314354123160727612466
Binary1010011100110011101100101001111100111101111101010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29CCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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