Shades of Summer Sky #29C8EB
Tints of Summer Sky #29C8EB
RGB
CMYK
RGB Variations
Color information
#29C8EB (or 0x29C8EB) is known color: Summer Sky. HEX triplet: 29, C8 and EB. RGB value is (41,200,235). Sum of RGB (Red+Green+Blue) = 41+200+235=476 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.61% from 476); Green value is 200 (78.52% from 255 or 42.02% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #29C8EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29C8EB is #D63714. Grayscale: #9C9C9C. Windows color (decimal): -14038805 or 15452201. OLE color: 15452201.
HSL color Cylindrical-coordinate representation of color #29C8EB: hue angle of 190.82º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29C8EB is Cyan = 0.83, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 41 | 200 | 235 | - |
| CMYK | 0.83 | 0.15 | 0 | 0.08 |
| HSL | 190.82º | 0.83% | 0.54% | - |
| HSV(B) | 190.82º | 0.83% | 0.92% | - |
| XYZ | 36.56 | 47.78 | 85.89 | - |
| YUV | 156.45 | 172.32 | 45.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 200 | 235 | 0.83 | 0.15 | 0 | 0.08 | 190.82 | 0.83 | 0.54 |
| Hex | 29 | C8 | EB | 53 | F | 0 | 8 | BF | 53 | 36 |
| Octal | 51 | 310 | 353 | 123 | 17 | 0 | 10 | 277 | 123 | 66 |
| Binary | 101001 | 11001000 | 11101011 | 1010011 | 1111 | 0 | 1000 | 10111111 | 1010011 | 110110 |
Color Harmonies of #29C8EB
Complementary color
Monochromatic Colors of #29C8EB
Black with #29C8EB
Text Example
Text Example
White with #29C8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C8EB; }
p { color: rgb(41,200,235); }
H1.HeaderClassName
{
color: #29C8EB;
}
.AnyTagClassName
{
color: #29C8EB;
}
</style>
background-color css
<style>
a { background-color: #29C8EB; }
a { background-color: rgb(41,200,235); }
div.DivClassName
{
background-color: #29C8EB;
}
.BgClassName
{
background-color: #29C8EB;
}
</style>
border-color css
<style>
span { border-color: #29C8EB; }
span { border-color: rgb(41,200,235); }
td.TdClassName
{
border-color: #29C8EB;
}
.TagClassName
{
border-color: #29C8EB;
}
</style>