Shades of Summer Sky #2AA7DB
Tints of Summer Sky #2AA7DB
RGB
CMYK
RGB Variations
Color information
#2AA7DB (or 0x2AA7DB) is known color: Summer Sky. HEX triplet: 2A, A7 and DB. RGB value is (42,167,219). Sum of RGB (Red+Green+Blue) = 42+167+219=428 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.81% from 428); Green value is 167 (65.62% from 255 or 39.02% 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 #2AA7DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AA7DB is #D55824. Grayscale: #878787. Windows color (decimal): -13981733 or 14395178. OLE color: 14395178.
HSL color Cylindrical-coordinate representation of color #2AA7DB: hue angle of 197.63º 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 #2AA7DB is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 167 | 219 | - |
| CMYK | 0.81 | 0.24 | 0 | 0.14 |
| HSL | 197.63º | 0.71% | 0.51% | - |
| HSV(B) | 197.63º | 0.81% | 0.86% | - |
| XYZ | 27.56 | 33.24 | 71.98 | - |
| YUV | 135.55 | 175.09 | 61.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 167 | 219 | 0.81 | 0.24 | 0 | 0.14 | 197.63 | 0.71 | 0.51 |
| Hex | 2A | A7 | DB | 51 | 18 | 0 | E | C6 | 47 | 33 |
| Octal | 52 | 247 | 333 | 121 | 30 | 0 | 16 | 306 | 107 | 63 |
| Binary | 101010 | 10100111 | 11011011 | 1010001 | 11000 | 0 | 1110 | 11000110 | 1000111 | 110011 |
Color Harmonies of #2AA7DB
Complementary color
Monochromatic Colors of #2AA7DB
Black with #2AA7DB
Text Example
Text Example
White with #2AA7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA7DB; }
p { color: rgb(42,167,219); }
H1.HeaderClassName
{
color: #2AA7DB;
}
.AnyTagClassName
{
color: #2AA7DB;
}
</style>
background-color css
<style>
a { background-color: #2AA7DB; }
a { background-color: rgb(42,167,219); }
div.DivClassName
{
background-color: #2AA7DB;
}
.BgClassName
{
background-color: #2AA7DB;
}
</style>
border-color css
<style>
span { border-color: #2AA7DB; }
span { border-color: rgb(42,167,219); }
td.TdClassName
{
border-color: #2AA7DB;
}
.TagClassName
{
border-color: #2AA7DB;
}
</style>