Shades of Summer Sky #29A8DB
Tints of Summer Sky #29A8DB
RGB
CMYK
RGB Variations
Color information
#29A8DB (or 0x29A8DB) is known color: Summer Sky. HEX triplet: 29, A8 and DB. RGB value is (41,168,219). Sum of RGB (Red+Green+Blue) = 41+168+219=428 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.58% from 428); Green value is 168 (66.02% from 255 or 39.25% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #29A8DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29A8DB is #D65724. Grayscale: #878787. Windows color (decimal): -14047013 or 14395433. OLE color: 14395433.
HSL color Cylindrical-coordinate representation of color #29A8DB: hue angle of 197.19º 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 #29A8DB is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 168 | 219 | - |
| CMYK | 0.81 | 0.23 | 0 | 0.14 |
| HSL | 197.19º | 0.71% | 0.51% | - |
| HSV(B) | 197.19º | 0.81% | 0.86% | - |
| XYZ | 27.7 | 33.59 | 72.04 | - |
| YUV | 135.84 | 174.92 | 60.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 168 | 219 | 0.81 | 0.23 | 0 | 0.14 | 197.19 | 0.71 | 0.51 |
| Hex | 29 | A8 | DB | 51 | 17 | 0 | E | C5 | 47 | 33 |
| Octal | 51 | 250 | 333 | 121 | 27 | 0 | 16 | 305 | 107 | 63 |
| Binary | 101001 | 10101000 | 11011011 | 1010001 | 10111 | 0 | 1110 | 11000101 | 1000111 | 110011 |
Color Harmonies of #29A8DB
Complementary color
Monochromatic Colors of #29A8DB
Black with #29A8DB
Text Example
Text Example
White with #29A8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29A8DB; }
p { color: rgb(41,168,219); }
H1.HeaderClassName
{
color: #29A8DB;
}
.AnyTagClassName
{
color: #29A8DB;
}
</style>
background-color css
<style>
a { background-color: #29A8DB; }
a { background-color: rgb(41,168,219); }
div.DivClassName
{
background-color: #29A8DB;
}
.BgClassName
{
background-color: #29A8DB;
}
</style>
border-color css
<style>
span { border-color: #29A8DB; }
span { border-color: rgb(41,168,219); }
td.TdClassName
{
border-color: #29A8DB;
}
.TagClassName
{
border-color: #29A8DB;
}
</style>