Shades of Summer Sky #29BBC8
Tints of Summer Sky #29BBC8
RGB
CMYK
RGB Variations
Color information
#29BBC8 (or 0x29BBC8) is known color: Summer Sky. HEX triplet: 29, BB and C8. RGB value is (41,187,200). Sum of RGB (Red+Green+Blue) = 41+187+200=428 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.58% from 428); Green value is 187 (73.44% from 255 or 43.69% from 428); Blue value is 200 (78.52% from 255 or 46.73% from 428); Max value from RGB is 200 - color contains mainly: blue. Hex color #29BBC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BBC8 is #D64437. Grayscale: #909090. Windows color (decimal): -14042168 or 13155113. OLE color: 13155113.
HSL color Cylindrical-coordinate representation of color #29BBC8: hue angle of 184.91º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29BBC8 is Cyan = 0.80, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 41 | 187 | 200 | - |
| CMYK | 0.80 | 0.06 | 0 | 0.22 |
| HSL | 184.91º | 0.66% | 0.47% | - |
| HSV(B) | 184.91º | 0.8% | 0.78% | - |
| XYZ | 29.11 | 40.18 | 60.87 | - |
| YUV | 144.83 | 159.13 | 53.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 187 | 200 | 0.80 | 0.06 | 0 | 0.22 | 184.91 | 0.66 | 0.47 |
| Hex | 29 | BB | C8 | 50 | 6 | 0 | 16 | B9 | 42 | 2F |
| Octal | 51 | 273 | 310 | 120 | 6 | 0 | 26 | 271 | 102 | 57 |
| Binary | 101001 | 10111011 | 11001000 | 1010000 | 110 | 0 | 10110 | 10111001 | 1000010 | 101111 |
Color Harmonies of #29BBC8
Complementary color
Monochromatic Colors of #29BBC8
Black with #29BBC8
Text Example
Text Example
White with #29BBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29BBC8; }
p { color: rgb(41,187,200); }
H1.HeaderClassName
{
color: #29BBC8;
}
.AnyTagClassName
{
color: #29BBC8;
}
</style>
background-color css
<style>
a { background-color: #29BBC8; }
a { background-color: rgb(41,187,200); }
div.DivClassName
{
background-color: #29BBC8;
}
.BgClassName
{
background-color: #29BBC8;
}
</style>
border-color css
<style>
span { border-color: #29BBC8; }
span { border-color: rgb(41,187,200); }
td.TdClassName
{
border-color: #29BBC8;
}
.TagClassName
{
border-color: #29BBC8;
}
</style>