Shades of Summer Sky #2AA9DB
Tints of Summer Sky #2AA9DB
RGB
CMYK
RGB Variations
Color information
#2AA9DB (or 0x2AA9DB) is known color: Summer Sky. HEX triplet: 2A, A9 and DB. RGB value is (42,169,219). Sum of RGB (Red+Green+Blue) = 42+169+219=430 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.77% from 430); Green value is 169 (66.41% from 255 or 39.30% 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 #2AA9DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AA9DB is #D55624. Grayscale: #888888. Windows color (decimal): -13981221 or 14395690. OLE color: 14395690.
HSL color Cylindrical-coordinate representation of color #2AA9DB: hue angle of 196.95º 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 #2AA9DB is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 169 | 219 | - |
| CMYK | 0.81 | 0.23 | 0 | 0.14 |
| HSL | 196.95º | 0.71% | 0.51% | - |
| HSV(B) | 196.95º | 0.81% | 0.86% | - |
| XYZ | 27.93 | 33.98 | 72.11 | - |
| YUV | 136.73 | 174.42 | 60.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 169 | 219 | 0.81 | 0.23 | 0 | 0.14 | 196.95 | 0.71 | 0.51 |
| Hex | 2A | A9 | DB | 51 | 17 | 0 | E | C5 | 47 | 33 |
| Octal | 52 | 251 | 333 | 121 | 27 | 0 | 16 | 305 | 107 | 63 |
| Binary | 101010 | 10101001 | 11011011 | 1010001 | 10111 | 0 | 1110 | 11000101 | 1000111 | 110011 |
Color Harmonies of #2AA9DB
Complementary color
Monochromatic Colors of #2AA9DB
Black with #2AA9DB
Text Example
Text Example
White with #2AA9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA9DB; }
p { color: rgb(42,169,219); }
H1.HeaderClassName
{
color: #2AA9DB;
}
.AnyTagClassName
{
color: #2AA9DB;
}
</style>
background-color css
<style>
a { background-color: #2AA9DB; }
a { background-color: rgb(42,169,219); }
div.DivClassName
{
background-color: #2AA9DB;
}
.BgClassName
{
background-color: #2AA9DB;
}
</style>
border-color css
<style>
span { border-color: #2AA9DB; }
span { border-color: rgb(42,169,219); }
td.TdClassName
{
border-color: #2AA9DB;
}
.TagClassName
{
border-color: #2AA9DB;
}
</style>