Shades of Summer Sky #29CEEC
Tints of Summer Sky #29CEEC
RGB
CMYK
RGB Variations
Color information
#29CEEC (or 0x29CEEC) is known color: Summer Sky. HEX triplet: 29, CE and EC. RGB value is (41,206,236). Sum of RGB (Red+Green+Blue) = 41+206+236=483 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.49% from 483); Green value is 206 (80.86% from 255 or 42.65% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #29CEEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29CEEC is #D63113. Grayscale: #9F9F9F. Windows color (decimal): -14037268 or 15519273. OLE color: 15519273.
HSL color Cylindrical-coordinate representation of color #29CEEC: hue angle of 189.23º 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 #29CEEC is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 206 | 236 | - |
| CMYK | 0.83 | 0.13 | 0 | 0.07 |
| HSL | 189.23º | 0.84% | 0.54% | - |
| HSV(B) | 189.23º | 0.83% | 0.93% | - |
| XYZ | 38.13 | 50.67 | 87.13 | - |
| YUV | 160.09 | 170.84 | 43.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 206 | 236 | 0.83 | 0.13 | 0 | 0.07 | 189.23 | 0.84 | 0.54 |
| Hex | 29 | CE | EC | 53 | D | 0 | 7 | BD | 54 | 36 |
| Octal | 51 | 316 | 354 | 123 | 15 | 0 | 7 | 275 | 124 | 66 |
| Binary | 101001 | 11001110 | 11101100 | 1010011 | 1101 | 0 | 111 | 10111101 | 1010100 | 110110 |
Color Harmonies of #29CEEC
Complementary color
Monochromatic Colors of #29CEEC
Black with #29CEEC
Text Example
Text Example
White with #29CEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CEEC; }
p { color: rgb(41,206,236); }
H1.HeaderClassName
{
color: #29CEEC;
}
.AnyTagClassName
{
color: #29CEEC;
}
</style>
background-color css
<style>
a { background-color: #29CEEC; }
a { background-color: rgb(41,206,236); }
div.DivClassName
{
background-color: #29CEEC;
}
.BgClassName
{
background-color: #29CEEC;
}
</style>
border-color css
<style>
span { border-color: #29CEEC; }
span { border-color: rgb(41,206,236); }
td.TdClassName
{
border-color: #29CEEC;
}
.TagClassName
{
border-color: #29CEEC;
}
</style>