Shades of Summer Sky #29BBCE
Tints of Summer Sky #29BBCE
RGB
CMYK
RGB Variations
Color information
#29BBCE (or 0x29BBCE) is known color: Summer Sky. HEX triplet: 29, BB and CE. RGB value is (41,187,206). Sum of RGB (Red+Green+Blue) = 41+187+206=434 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.45% from 434); Green value is 187 (73.44% from 255 or 43.09% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #29BBCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BBCE is #D64431. Grayscale: #919191. Windows color (decimal): -14042162 or 13548329. OLE color: 13548329.
HSL color Cylindrical-coordinate representation of color #29BBCE: hue angle of 186.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 #29BBCE is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 187 | 206 | - |
| CMYK | 0.80 | 0.09 | 0 | 0.19 |
| HSL | 186.91º | 0.67% | 0.48% | - |
| HSV(B) | 186.91º | 0.8% | 0.81% | - |
| XYZ | 29.83 | 40.47 | 64.63 | - |
| YUV | 145.51 | 162.13 | 53.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 187 | 206 | 0.80 | 0.09 | 0 | 0.19 | 186.91 | 0.67 | 0.48 |
| Hex | 29 | BB | CE | 50 | 9 | 0 | 13 | BB | 43 | 30 |
| Octal | 51 | 273 | 316 | 120 | 11 | 0 | 23 | 273 | 103 | 60 |
| Binary | 101001 | 10111011 | 11001110 | 1010000 | 1001 | 0 | 10011 | 10111011 | 1000011 | 110000 |
Color Harmonies of #29BBCE
Complementary color
Monochromatic Colors of #29BBCE
Black with #29BBCE
Text Example
Text Example
White with #29BBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29BBCE; }
p { color: rgb(41,187,206); }
H1.HeaderClassName
{
color: #29BBCE;
}
.AnyTagClassName
{
color: #29BBCE;
}
</style>
background-color css
<style>
a { background-color: #29BBCE; }
a { background-color: rgb(41,187,206); }
div.DivClassName
{
background-color: #29BBCE;
}
.BgClassName
{
background-color: #29BBCE;
}
</style>
border-color css
<style>
span { border-color: #29BBCE; }
span { border-color: rgb(41,187,206); }
td.TdClassName
{
border-color: #29BBCE;
}
.TagClassName
{
border-color: #29BBCE;
}
</style>