Shades of Summer Sky #29ACDB
Tints of Summer Sky #29ACDB
RGB
CMYK
RGB Variations
Color information
#29ACDB (or 0x29ACDB) is known color: Summer Sky. HEX triplet: 29, AC and DB. RGB value is (41,172,219). Sum of RGB (Red+Green+Blue) = 41+172+219=432 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.49% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #29ACDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29ACDB is #D65324. Grayscale: #898989. Windows color (decimal): -14045989 or 14396457. OLE color: 14396457.
HSL color Cylindrical-coordinate representation of color #29ACDB: hue angle of 195.84º 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 #29ACDB is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 172 | 219 | - |
| CMYK | 0.81 | 0.21 | 0 | 0.14 |
| HSL | 195.84º | 0.71% | 0.51% | - |
| HSV(B) | 195.84º | 0.81% | 0.86% | - |
| XYZ | 28.45 | 35.09 | 72.29 | - |
| YUV | 138.19 | 173.6 | 58.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 172 | 219 | 0.81 | 0.21 | 0 | 0.14 | 195.84 | 0.71 | 0.51 |
| Hex | 29 | AC | DB | 51 | 15 | 0 | E | C4 | 47 | 33 |
| Octal | 51 | 254 | 333 | 121 | 25 | 0 | 16 | 304 | 107 | 63 |
| Binary | 101001 | 10101100 | 11011011 | 1010001 | 10101 | 0 | 1110 | 11000100 | 1000111 | 110011 |
Color Harmonies of #29ACDB
Complementary color
Monochromatic Colors of #29ACDB
Black with #29ACDB
Text Example
Text Example
White with #29ACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29ACDB; }
p { color: rgb(41,172,219); }
H1.HeaderClassName
{
color: #29ACDB;
}
.AnyTagClassName
{
color: #29ACDB;
}
</style>
background-color css
<style>
a { background-color: #29ACDB; }
a { background-color: rgb(41,172,219); }
div.DivClassName
{
background-color: #29ACDB;
}
.BgClassName
{
background-color: #29ACDB;
}
</style>
border-color css
<style>
span { border-color: #29ACDB; }
span { border-color: rgb(41,172,219); }
td.TdClassName
{
border-color: #29ACDB;
}
.TagClassName
{
border-color: #29ACDB;
}
</style>