Shades of Summer Sky #29D2EF
Tints of Summer Sky #29D2EF
RGB
CMYK
RGB Variations
Color information
#29D2EF (or 0x29D2EF) is known color: Summer Sky. HEX triplet: 29, D2 and EF. RGB value is (41,210,239). Sum of RGB (Red+Green+Blue) = 41+210+239=490 (64% of max value = 765). Red value is 41 (16.41% from 255 or 8.37% from 490); Green value is 210 (82.42% from 255 or 42.86% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 239 - color contains mainly: blue. Hex color #29D2EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29D2EF is #D62D10. Grayscale: #A2A2A2. Windows color (decimal): -14036241 or 15716905. OLE color: 15716905.
HSL color Cylindrical-coordinate representation of color #29D2EF: hue angle of 188.79º 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 #29D2EF is Cyan = 0.83, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 41 | 210 | 239 | - |
| CMYK | 0.83 | 0.12 | 0 | 0.06 |
| HSL | 188.79º | 0.86% | 0.55% | - |
| HSV(B) | 188.79º | 0.83% | 0.94% | - |
| XYZ | 39.54 | 52.8 | 89.77 | - |
| YUV | 162.78 | 171.01 | 41.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 210 | 239 | 0.83 | 0.12 | 0 | 0.06 | 188.79 | 0.86 | 0.55 |
| Hex | 29 | D2 | EF | 53 | C | 0 | 6 | BD | 56 | 37 |
| Octal | 51 | 322 | 357 | 123 | 14 | 0 | 6 | 275 | 126 | 67 |
| Binary | 101001 | 11010010 | 11101111 | 1010011 | 1100 | 0 | 110 | 10111101 | 1010110 | 110111 |
Color Harmonies of #29D2EF
Complementary color
Monochromatic Colors of #29D2EF
Black with #29D2EF
Text Example
Text Example
White with #29D2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29D2EF; }
p { color: rgb(41,210,239); }
H1.HeaderClassName
{
color: #29D2EF;
}
.AnyTagClassName
{
color: #29D2EF;
}
</style>
background-color css
<style>
a { background-color: #29D2EF; }
a { background-color: rgb(41,210,239); }
div.DivClassName
{
background-color: #29D2EF;
}
.BgClassName
{
background-color: #29D2EF;
}
</style>
border-color css
<style>
span { border-color: #29D2EF; }
span { border-color: rgb(41,210,239); }
td.TdClassName
{
border-color: #29D2EF;
}
.TagClassName
{
border-color: #29D2EF;
}
</style>