Shades of Summer Sky #29CFEF
Tints of Summer Sky #29CFEF
RGB
CMYK
RGB Variations
Color information
#29CFEF (or 0x29CFEF) is known color: Summer Sky. HEX triplet: 29, CF and EF. RGB value is (41,207,239). Sum of RGB (Red+Green+Blue) = 41+207+239=487 (64% of max value = 765). Red value is 41 (16.41% from 255 or 8.42% from 487); Green value is 207 (81.25% from 255 or 42.51% from 487); Blue value is 239 (93.75% from 255 or 49.08% from 487); Max value from RGB is 239 - color contains mainly: blue. Hex color #29CFEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29CFEF is #D63010. Grayscale: #A0A0A0. Windows color (decimal): -14037009 or 15716137. OLE color: 15716137.
HSL color Cylindrical-coordinate representation of color #29CFEF: hue angle of 189.7º degrees, saturation: 0.86, 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 #29CFEF is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 41 | 207 | 239 | - |
| CMYK | 0.83 | 0.13 | 0 | 0.06 |
| HSL | 189.7º | 0.86% | 0.55% | - |
| HSV(B) | 189.7º | 0.83% | 0.94% | - |
| XYZ | 38.81 | 51.33 | 89.52 | - |
| YUV | 161.01 | 172 | 42.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 207 | 239 | 0.83 | 0.13 | 0 | 0.06 | 189.7 | 0.86 | 0.55 |
| Hex | 29 | CF | EF | 53 | D | 0 | 6 | BE | 56 | 37 |
| Octal | 51 | 317 | 357 | 123 | 15 | 0 | 6 | 276 | 126 | 67 |
| Binary | 101001 | 11001111 | 11101111 | 1010011 | 1101 | 0 | 110 | 10111110 | 1010110 | 110111 |
Color Harmonies of #29CFEF
Complementary color
Monochromatic Colors of #29CFEF
Black with #29CFEF
Text Example
Text Example
White with #29CFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CFEF; }
p { color: rgb(41,207,239); }
H1.HeaderClassName
{
color: #29CFEF;
}
.AnyTagClassName
{
color: #29CFEF;
}
</style>
background-color css
<style>
a { background-color: #29CFEF; }
a { background-color: rgb(41,207,239); }
div.DivClassName
{
background-color: #29CFEF;
}
.BgClassName
{
background-color: #29CFEF;
}
</style>
border-color css
<style>
span { border-color: #29CFEF; }
span { border-color: rgb(41,207,239); }
td.TdClassName
{
border-color: #29CFEF;
}
.TagClassName
{
border-color: #29CFEF;
}
</style>