Shades of Summer Sky #2AA5DB
Tints of Summer Sky #2AA5DB
RGB
CMYK
RGB Variations
Color information
#2AA5DB (or 0x2AA5DB) is known color: Summer Sky. HEX triplet: 2A, A5 and DB. RGB value is (42,165,219). Sum of RGB (Red+Green+Blue) = 42+165+219=426 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.86% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #2AA5DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AA5DB is #D55A24. Grayscale: #868686. Windows color (decimal): -13982245 or 14394666. OLE color: 14394666.
HSL color Cylindrical-coordinate representation of color #2AA5DB: hue angle of 198.31º 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 #2AA5DB is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 165 | 219 | - |
| CMYK | 0.81 | 0.25 | 0 | 0.14 |
| HSL | 198.31º | 0.71% | 0.51% | - |
| HSV(B) | 198.31º | 0.81% | 0.86% | - |
| XYZ | 27.2 | 32.52 | 71.86 | - |
| YUV | 134.38 | 175.75 | 62.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 165 | 219 | 0.81 | 0.25 | 0 | 0.14 | 198.31 | 0.71 | 0.51 |
| Hex | 2A | A5 | DB | 51 | 19 | 0 | E | C6 | 47 | 33 |
| Octal | 52 | 245 | 333 | 121 | 31 | 0 | 16 | 306 | 107 | 63 |
| Binary | 101010 | 10100101 | 11011011 | 1010001 | 11001 | 0 | 1110 | 11000110 | 1000111 | 110011 |
Color Harmonies of #2AA5DB
Complementary color
Monochromatic Colors of #2AA5DB
Black with #2AA5DB
Text Example
Text Example
White with #2AA5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA5DB; }
p { color: rgb(42,165,219); }
H1.HeaderClassName
{
color: #2AA5DB;
}
.AnyTagClassName
{
color: #2AA5DB;
}
</style>
background-color css
<style>
a { background-color: #2AA5DB; }
a { background-color: rgb(42,165,219); }
div.DivClassName
{
background-color: #2AA5DB;
}
.BgClassName
{
background-color: #2AA5DB;
}
</style>
border-color css
<style>
span { border-color: #2AA5DB; }
span { border-color: rgb(42,165,219); }
td.TdClassName
{
border-color: #2AA5DB;
}
.TagClassName
{
border-color: #2AA5DB;
}
</style>