Shades of Summer Sky #29CEF0
Tints of Summer Sky #29CEF0
RGB
CMYK
RGB Variations
Color information
#29CEF0 (or 0x29CEF0) is known color: Summer Sky. HEX triplet: 29, CE and F0. RGB value is (41,206,240). Sum of RGB (Red+Green+Blue) = 41+206+240=487 (64% of max value = 765). Red value is 41 (16.41% from 255 or 8.42% from 487); Green value is 206 (80.86% from 255 or 42.30% from 487); Blue value is 240 (94.14% from 255 or 49.28% from 487); Max value from RGB is 240 - color contains mainly: blue. Hex color #29CEF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29CEF0 is #D6310F. Grayscale: #A0A0A0. Windows color (decimal): -14037264 or 15781417. OLE color: 15781417.
HSL color Cylindrical-coordinate representation of color #29CEF0: hue angle of 190.25º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29CEF0 is Cyan = 0.83, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 41 | 206 | 240 | - |
| CMYK | 0.83 | 0.14 | 0 | 0.06 |
| HSL | 190.25º | 0.87% | 0.55% | - |
| HSV(B) | 190.25º | 0.83% | 0.94% | - |
| XYZ | 38.71 | 50.91 | 90.22 | - |
| YUV | 160.54 | 172.84 | 42.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 206 | 240 | 0.83 | 0.14 | 0 | 0.06 | 190.25 | 0.87 | 0.55 |
| Hex | 29 | CE | F0 | 53 | E | 0 | 6 | BE | 57 | 37 |
| Octal | 51 | 316 | 360 | 123 | 16 | 0 | 6 | 276 | 127 | 67 |
| Binary | 101001 | 11001110 | 11110000 | 1010011 | 1110 | 0 | 110 | 10111110 | 1010111 | 110111 |
Color Harmonies of #29CEF0
Complementary color
Monochromatic Colors of #29CEF0
Black with #29CEF0
Text Example
Text Example
White with #29CEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CEF0; }
p { color: rgb(41,206,240); }
H1.HeaderClassName
{
color: #29CEF0;
}
.AnyTagClassName
{
color: #29CEF0;
}
</style>
background-color css
<style>
a { background-color: #29CEF0; }
a { background-color: rgb(41,206,240); }
div.DivClassName
{
background-color: #29CEF0;
}
.BgClassName
{
background-color: #29CEF0;
}
</style>
border-color css
<style>
span { border-color: #29CEF0; }
span { border-color: rgb(41,206,240); }
td.TdClassName
{
border-color: #29CEF0;
}
.TagClassName
{
border-color: #29CEF0;
}
</style>