Shades of Summer Sky #29B0CE
Tints of Summer Sky #29B0CE
RGB
CMYK
RGB Variations
Color information
#29B0CE (or 0x29B0CE) is known color: Summer Sky. HEX triplet: 29, B0 and CE. RGB value is (41,176,206). Sum of RGB (Red+Green+Blue) = 41+176+206=423 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.69% from 423); Green value is 176 (69.14% from 255 or 41.61% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #29B0CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29B0CE is #D64F31. Grayscale: #8A8A8A. Windows color (decimal): -14044978 or 13545513. OLE color: 13545513.
HSL color Cylindrical-coordinate representation of color #29B0CE: hue angle of 190.91º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29B0CE is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 176 | 206 | - |
| CMYK | 0.80 | 0.15 | 0 | 0.19 |
| HSL | 190.91º | 0.67% | 0.48% | - |
| HSV(B) | 190.91º | 0.8% | 0.81% | - |
| XYZ | 27.58 | 35.98 | 63.88 | - |
| YUV | 139.06 | 165.77 | 58.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 176 | 206 | 0.80 | 0.15 | 0 | 0.19 | 190.91 | 0.67 | 0.48 |
| Hex | 29 | B0 | CE | 50 | F | 0 | 13 | BF | 43 | 30 |
| Octal | 51 | 260 | 316 | 120 | 17 | 0 | 23 | 277 | 103 | 60 |
| Binary | 101001 | 10110000 | 11001110 | 1010000 | 1111 | 0 | 10011 | 10111111 | 1000011 | 110000 |
Color Harmonies of #29B0CE
Complementary color
Monochromatic Colors of #29B0CE
Black with #29B0CE
Text Example
Text Example
White with #29B0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29B0CE; }
p { color: rgb(41,176,206); }
H1.HeaderClassName
{
color: #29B0CE;
}
.AnyTagClassName
{
color: #29B0CE;
}
</style>
background-color css
<style>
a { background-color: #29B0CE; }
a { background-color: rgb(41,176,206); }
div.DivClassName
{
background-color: #29B0CE;
}
.BgClassName
{
background-color: #29B0CE;
}
</style>
border-color css
<style>
span { border-color: #29B0CE; }
span { border-color: rgb(41,176,206); }
td.TdClassName
{
border-color: #29B0CE;
}
.TagClassName
{
border-color: #29B0CE;
}
</style>