Shades of Summer Sky #29CFED
Tints of Summer Sky #29CFED
RGB
CMYK
RGB Variations
Color information
#29CFED (or 0x29CFED) is known color: Summer Sky. HEX triplet: 29, CF and ED. RGB value is (41,207,237). Sum of RGB (Red+Green+Blue) = 41+207+237=485 (64% of max value = 765). Red value is 41 (16.41% from 255 or 8.45% from 485); Green value is 207 (81.25% from 255 or 42.68% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #29CFED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29CFED is #D63012. Grayscale: #A0A0A0. Windows color (decimal): -14037011 or 15585065. OLE color: 15585065.
HSL color Cylindrical-coordinate representation of color #29CFED: hue angle of 189.18º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29CFED is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 207 | 237 | - |
| CMYK | 0.83 | 0.13 | 0 | 0.07 |
| HSL | 189.18º | 0.84% | 0.55% | - |
| HSV(B) | 189.18º | 0.83% | 0.93% | - |
| XYZ | 38.51 | 51.21 | 87.98 | - |
| YUV | 160.79 | 171 | 42.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 207 | 237 | 0.83 | 0.13 | 0 | 0.07 | 189.18 | 0.84 | 0.55 |
| Hex | 29 | CF | ED | 53 | D | 0 | 7 | BD | 54 | 37 |
| Octal | 51 | 317 | 355 | 123 | 15 | 0 | 7 | 275 | 124 | 67 |
| Binary | 101001 | 11001111 | 11101101 | 1010011 | 1101 | 0 | 111 | 10111101 | 1010100 | 110111 |
Color Harmonies of #29CFED
Complementary color
Monochromatic Colors of #29CFED
Black with #29CFED
Text Example
Text Example
White with #29CFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CFED; }
p { color: rgb(41,207,237); }
H1.HeaderClassName
{
color: #29CFED;
}
.AnyTagClassName
{
color: #29CFED;
}
</style>
background-color css
<style>
a { background-color: #29CFED; }
a { background-color: rgb(41,207,237); }
div.DivClassName
{
background-color: #29CFED;
}
.BgClassName
{
background-color: #29CFED;
}
</style>
border-color css
<style>
span { border-color: #29CFED; }
span { border-color: rgb(41,207,237); }
td.TdClassName
{
border-color: #29CFED;
}
.TagClassName
{
border-color: #29CFED;
}
</style>