Shades of Summer Sky #29BBCF
Tints of Summer Sky #29BBCF
RGB
CMYK
RGB Variations
Color information
#29BBCF (or 0x29BBCF) is known color: Summer Sky. HEX triplet: 29, BB and CF. RGB value is (41,187,207). Sum of RGB (Red+Green+Blue) = 41+187+207=435 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.43% from 435); Green value is 187 (73.44% from 255 or 42.99% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #29BBCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BBCF is #D64430. Grayscale: #919191. Windows color (decimal): -14042161 or 13613865. OLE color: 13613865.
HSL color Cylindrical-coordinate representation of color #29BBCF: hue angle of 187.23º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29BBCF is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 187 | 207 | - |
| CMYK | 0.80 | 0.10 | 0 | 0.19 |
| HSL | 187.23º | 0.67% | 0.49% | - |
| HSV(B) | 187.23º | 0.8% | 0.81% | - |
| XYZ | 29.95 | 40.52 | 65.27 | - |
| YUV | 145.63 | 162.63 | 53.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 187 | 207 | 0.80 | 0.10 | 0 | 0.19 | 187.23 | 0.67 | 0.49 |
| Hex | 29 | BB | CF | 50 | A | 0 | 13 | BB | 43 | 31 |
| Octal | 51 | 273 | 317 | 120 | 12 | 0 | 23 | 273 | 103 | 61 |
| Binary | 101001 | 10111011 | 11001111 | 1010000 | 1010 | 0 | 10011 | 10111011 | 1000011 | 110001 |
Color Harmonies of #29BBCF
Complementary color
Monochromatic Colors of #29BBCF
Black with #29BBCF
Text Example
Text Example
White with #29BBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29BBCF; }
p { color: rgb(41,187,207); }
H1.HeaderClassName
{
color: #29BBCF;
}
.AnyTagClassName
{
color: #29BBCF;
}
</style>
background-color css
<style>
a { background-color: #29BBCF; }
a { background-color: rgb(41,187,207); }
div.DivClassName
{
background-color: #29BBCF;
}
.BgClassName
{
background-color: #29BBCF;
}
</style>
border-color css
<style>
span { border-color: #29BBCF; }
span { border-color: rgb(41,187,207); }
td.TdClassName
{
border-color: #29BBCF;
}
.TagClassName
{
border-color: #29BBCF;
}
</style>