Shades of Summer Sky #29AADB
Tints of Summer Sky #29AADB
RGB
CMYK
RGB Variations
Color information
#29AADB (or 0x29AADB) is known color: Summer Sky. HEX triplet: 29, AA and DB. RGB value is (41,170,219). Sum of RGB (Red+Green+Blue) = 41+170+219=430 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.53% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #29AADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29AADB is #D65524. Grayscale: #888888. Windows color (decimal): -14046501 or 14395945. OLE color: 14395945.
HSL color Cylindrical-coordinate representation of color #29AADB: hue angle of 196.52º 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 #29AADB is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 170 | 219 | - |
| CMYK | 0.81 | 0.22 | 0 | 0.14 |
| HSL | 196.52º | 0.71% | 0.51% | - |
| HSV(B) | 196.52º | 0.81% | 0.86% | - |
| XYZ | 28.08 | 34.34 | 72.17 | - |
| YUV | 137.02 | 174.26 | 59.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 170 | 219 | 0.81 | 0.22 | 0 | 0.14 | 196.52 | 0.71 | 0.51 |
| Hex | 29 | AA | DB | 51 | 16 | 0 | E | C5 | 47 | 33 |
| Octal | 51 | 252 | 333 | 121 | 26 | 0 | 16 | 305 | 107 | 63 |
| Binary | 101001 | 10101010 | 11011011 | 1010001 | 10110 | 0 | 1110 | 11000101 | 1000111 | 110011 |
Color Harmonies of #29AADB
Complementary color
Monochromatic Colors of #29AADB
Black with #29AADB
Text Example
Text Example
White with #29AADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29AADB; }
p { color: rgb(41,170,219); }
H1.HeaderClassName
{
color: #29AADB;
}
.AnyTagClassName
{
color: #29AADB;
}
</style>
background-color css
<style>
a { background-color: #29AADB; }
a { background-color: rgb(41,170,219); }
div.DivClassName
{
background-color: #29AADB;
}
.BgClassName
{
background-color: #29AADB;
}
</style>
border-color css
<style>
span { border-color: #29AADB; }
span { border-color: rgb(41,170,219); }
td.TdClassName
{
border-color: #29AADB;
}
.TagClassName
{
border-color: #29AADB;
}
</style>