Shades of Summer Sky #29B2DB
Tints of Summer Sky #29B2DB
RGB
CMYK
RGB Variations
Color information
#29B2DB (or 0x29B2DB) is known color: Summer Sky. HEX triplet: 29, B2 and DB. RGB value is (41,178,219). Sum of RGB (Red+Green+Blue) = 41+178+219=438 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.36% from 438); Green value is 178 (69.92% from 255 or 40.64% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #29B2DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29B2DB is #D64D24. Grayscale: #8D8D8D. Windows color (decimal): -14044453 or 14397993. OLE color: 14397993.
HSL color Cylindrical-coordinate representation of color #29B2DB: hue angle of 193.82º 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 #29B2DB is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 178 | 219 | - |
| CMYK | 0.81 | 0.19 | 0 | 0.14 |
| HSL | 193.82º | 0.71% | 0.51% | - |
| HSV(B) | 193.82º | 0.81% | 0.86% | - |
| XYZ | 29.62 | 37.43 | 72.68 | - |
| YUV | 141.71 | 171.61 | 56.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 178 | 219 | 0.81 | 0.19 | 0 | 0.14 | 193.82 | 0.71 | 0.51 |
| Hex | 29 | B2 | DB | 51 | 13 | 0 | E | C2 | 47 | 33 |
| Octal | 51 | 262 | 333 | 121 | 23 | 0 | 16 | 302 | 107 | 63 |
| Binary | 101001 | 10110010 | 11011011 | 1010001 | 10011 | 0 | 1110 | 11000010 | 1000111 | 110011 |
Color Harmonies of #29B2DB
Complementary color
Monochromatic Colors of #29B2DB
Black with #29B2DB
Text Example
Text Example
White with #29B2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29B2DB; }
p { color: rgb(41,178,219); }
H1.HeaderClassName
{
color: #29B2DB;
}
.AnyTagClassName
{
color: #29B2DB;
}
</style>
background-color css
<style>
a { background-color: #29B2DB; }
a { background-color: rgb(41,178,219); }
div.DivClassName
{
background-color: #29B2DB;
}
.BgClassName
{
background-color: #29B2DB;
}
</style>
border-color css
<style>
span { border-color: #29B2DB; }
span { border-color: rgb(41,178,219); }
td.TdClassName
{
border-color: #29B2DB;
}
.TagClassName
{
border-color: #29B2DB;
}
</style>