Shades of Summer Sky #29A1DB
Tints of Summer Sky #29A1DB
RGB
CMYK
RGB Variations
Color information
#29A1DB (or 0x29A1DB) is known color: Summer Sky. HEX triplet: 29, A1 and DB. RGB value is (41,161,219). Sum of RGB (Red+Green+Blue) = 41+161+219=421 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.74% from 421); Green value is 161 (63.28% from 255 or 38.24% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #29A1DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29A1DB is #D65E24. Grayscale: #838383. Windows color (decimal): -14048805 or 14393641. OLE color: 14393641.
HSL color Cylindrical-coordinate representation of color #29A1DB: hue angle of 199.55º 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 #29A1DB is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 161 | 219 | - |
| CMYK | 0.81 | 0.26 | 0 | 0.14 |
| HSL | 199.55º | 0.71% | 0.51% | - |
| HSV(B) | 199.55º | 0.81% | 0.86% | - |
| XYZ | 26.45 | 31.08 | 71.62 | - |
| YUV | 131.73 | 177.24 | 63.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 161 | 219 | 0.81 | 0.26 | 0 | 0.14 | 199.55 | 0.71 | 0.51 |
| Hex | 29 | A1 | DB | 51 | 1A | 0 | E | C8 | 47 | 33 |
| Octal | 51 | 241 | 333 | 121 | 32 | 0 | 16 | 310 | 107 | 63 |
| Binary | 101001 | 10100001 | 11011011 | 1010001 | 11010 | 0 | 1110 | 11001000 | 1000111 | 110011 |
Color Harmonies of #29A1DB
Complementary color
Monochromatic Colors of #29A1DB
Black with #29A1DB
Text Example
Text Example
White with #29A1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29A1DB; }
p { color: rgb(41,161,219); }
H1.HeaderClassName
{
color: #29A1DB;
}
.AnyTagClassName
{
color: #29A1DB;
}
</style>
background-color css
<style>
a { background-color: #29A1DB; }
a { background-color: rgb(41,161,219); }
div.DivClassName
{
background-color: #29A1DB;
}
.BgClassName
{
background-color: #29A1DB;
}
</style>
border-color css
<style>
span { border-color: #29A1DB; }
span { border-color: rgb(41,161,219); }
td.TdClassName
{
border-color: #29A1DB;
}
.TagClassName
{
border-color: #29A1DB;
}
</style>