Shades of Summer Sky #29BCDB
Tints of Summer Sky #29BCDB
RGB
CMYK
RGB Variations
Color information
#29BCDB (or 0x29BCDB) is known color: Summer Sky. HEX triplet: 29, BC and DB. RGB value is (41,188,219). Sum of RGB (Red+Green+Blue) = 41+188+219=448 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.15% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #29BCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BCDB is #D64324. Grayscale: #939393. Windows color (decimal): -14041893 or 14400553. OLE color: 14400553.
HSL color Cylindrical-coordinate representation of color #29BCDB: hue angle of 190.45º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29BCDB is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 188 | 219 | - |
| CMYK | 0.81 | 0.14 | 0 | 0.14 |
| HSL | 190.45º | 0.71% | 0.51% | - |
| HSV(B) | 190.45º | 0.81% | 0.86% | - |
| XYZ | 31.68 | 41.55 | 73.37 | - |
| YUV | 147.58 | 168.3 | 51.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 188 | 219 | 0.81 | 0.14 | 0 | 0.14 | 190.45 | 0.71 | 0.51 |
| Hex | 29 | BC | DB | 51 | E | 0 | E | BE | 47 | 33 |
| Octal | 51 | 274 | 333 | 121 | 16 | 0 | 16 | 276 | 107 | 63 |
| Binary | 101001 | 10111100 | 11011011 | 1010001 | 1110 | 0 | 1110 | 10111110 | 1000111 | 110011 |
Color Harmonies of #29BCDB
Complementary color
Monochromatic Colors of #29BCDB
Black with #29BCDB
Text Example
Text Example
White with #29BCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29BCDB; }
p { color: rgb(41,188,219); }
H1.HeaderClassName
{
color: #29BCDB;
}
.AnyTagClassName
{
color: #29BCDB;
}
</style>
background-color css
<style>
a { background-color: #29BCDB; }
a { background-color: rgb(41,188,219); }
div.DivClassName
{
background-color: #29BCDB;
}
.BgClassName
{
background-color: #29BCDB;
}
</style>
border-color css
<style>
span { border-color: #29BCDB; }
span { border-color: rgb(41,188,219); }
td.TdClassName
{
border-color: #29BCDB;
}
.TagClassName
{
border-color: #29BCDB;
}
</style>