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