Shades of Summer Sky #29CFE8
Tints of Summer Sky #29CFE8
RGB
CMYK
RGB Variations
Color information
#29CFE8 (or 0x29CFE8) is known color: Summer Sky. HEX triplet: 29, CF and E8. RGB value is (41,207,232). Sum of RGB (Red+Green+Blue) = 41+207+232=480 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.54% from 480); Green value is 207 (81.25% from 255 or 43.12% from 480); Blue value is 232 (91.02% from 255 or 48.33% from 480); Max value from RGB is 232 - color contains mainly: blue. Hex color #29CFE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29CFE8 is #D63017. Grayscale: #9F9F9F. Windows color (decimal): -14037016 or 15257385. OLE color: 15257385.
HSL color Cylindrical-coordinate representation of color #29CFE8: hue angle of 187.85º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29CFE8 is Cyan = 0.82, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 41 | 207 | 232 | - |
| CMYK | 0.82 | 0.11 | 0 | 0.09 |
| HSL | 187.85º | 0.81% | 0.54% | - |
| HSV(B) | 187.85º | 0.82% | 0.91% | - |
| XYZ | 37.79 | 50.92 | 84.18 | - |
| YUV | 160.22 | 168.5 | 42.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 207 | 232 | 0.82 | 0.11 | 0 | 0.09 | 187.85 | 0.81 | 0.54 |
| Hex | 29 | CF | E8 | 52 | B | 0 | 9 | BC | 51 | 36 |
| Octal | 51 | 317 | 350 | 122 | 13 | 0 | 11 | 274 | 121 | 66 |
| Binary | 101001 | 11001111 | 11101000 | 1010010 | 1011 | 0 | 1001 | 10111100 | 1010001 | 110110 |
Color Harmonies of #29CFE8
Complementary color
Monochromatic Colors of #29CFE8
Black with #29CFE8
Text Example
Text Example
White with #29CFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CFE8; }
p { color: rgb(41,207,232); }
H1.HeaderClassName
{
color: #29CFE8;
}
.AnyTagClassName
{
color: #29CFE8;
}
</style>
background-color css
<style>
a { background-color: #29CFE8; }
a { background-color: rgb(41,207,232); }
div.DivClassName
{
background-color: #29CFE8;
}
.BgClassName
{
background-color: #29CFE8;
}
</style>
border-color css
<style>
span { border-color: #29CFE8; }
span { border-color: rgb(41,207,232); }
td.TdClassName
{
border-color: #29CFE8;
}
.TagClassName
{
border-color: #29CFE8;
}
</style>