Shades of Summer Sky #29C0EB
Tints of Summer Sky #29C0EB
RGB
CMYK
RGB Variations
Color information
#29C0EB (or 0x29C0EB) is known color: Summer Sky. HEX triplet: 29, C0 and EB. RGB value is (41,192,235). Sum of RGB (Red+Green+Blue) = 41+192+235=468 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.76% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 235 (92.19% from 255 or 50.21% from 468); Max value from RGB is 235 - color contains mainly: blue. Hex color #29C0EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29C0EB is #D63F14. Grayscale: #979797. Windows color (decimal): -14040853 or 15450153. OLE color: 15450153.
HSL color Cylindrical-coordinate representation of color #29C0EB: hue angle of 193.3º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29C0EB is Cyan = 0.83, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 41 | 192 | 235 | - |
| CMYK | 0.83 | 0.18 | 0 | 0.08 |
| HSL | 193.3º | 0.83% | 0.54% | - |
| HSV(B) | 193.3º | 0.83% | 0.92% | - |
| XYZ | 34.76 | 44.17 | 85.29 | - |
| YUV | 151.75 | 174.97 | 49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 192 | 235 | 0.83 | 0.18 | 0 | 0.08 | 193.3 | 0.83 | 0.54 |
| Hex | 29 | C0 | EB | 53 | 12 | 0 | 8 | C1 | 53 | 36 |
| Octal | 51 | 300 | 353 | 123 | 22 | 0 | 10 | 301 | 123 | 66 |
| Binary | 101001 | 11000000 | 11101011 | 1010011 | 10010 | 0 | 1000 | 11000001 | 1010011 | 110110 |
Color Harmonies of #29C0EB
Complementary color
Monochromatic Colors of #29C0EB
Black with #29C0EB
Text Example
Text Example
White with #29C0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C0EB; }
p { color: rgb(41,192,235); }
H1.HeaderClassName
{
color: #29C0EB;
}
.AnyTagClassName
{
color: #29C0EB;
}
</style>
background-color css
<style>
a { background-color: #29C0EB; }
a { background-color: rgb(41,192,235); }
div.DivClassName
{
background-color: #29C0EB;
}
.BgClassName
{
background-color: #29C0EB;
}
</style>
border-color css
<style>
span { border-color: #29C0EB; }
span { border-color: rgb(41,192,235); }
td.TdClassName
{
border-color: #29C0EB;
}
.TagClassName
{
border-color: #29C0EB;
}
</style>