Shades of Summer Sky #2AA6DA
Tints of Summer Sky #2AA6DA
RGB
CMYK
RGB Variations
Color information
#2AA6DA (or 0x2AA6DA) is known color: Summer Sky. HEX triplet: 2A, A6 and DA. RGB value is (42,166,218). Sum of RGB (Red+Green+Blue) = 42+166+218=426 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.86% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 218 (85.55% from 255 or 51.17% from 426); Max value from RGB is 218 - color contains mainly: blue. Hex color #2AA6DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AA6DA is #D55925. Grayscale: #868686. Windows color (decimal): -13981990 or 14329386. OLE color: 14329386.
HSL color Cylindrical-coordinate representation of color #2AA6DA: hue angle of 197.73º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AA6DA is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 166 | 218 | - |
| CMYK | 0.81 | 0.24 | 0 | 0.15 |
| HSL | 197.73º | 0.7% | 0.51% | - |
| HSV(B) | 197.73º | 0.81% | 0.85% | - |
| XYZ | 27.25 | 32.83 | 71.23 | - |
| YUV | 134.85 | 174.92 | 61.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 166 | 218 | 0.81 | 0.24 | 0 | 0.15 | 197.73 | 0.7 | 0.51 |
| Hex | 2A | A6 | DA | 51 | 18 | 0 | F | C6 | 46 | 33 |
| Octal | 52 | 246 | 332 | 121 | 30 | 0 | 17 | 306 | 106 | 63 |
| Binary | 101010 | 10100110 | 11011010 | 1010001 | 11000 | 0 | 1111 | 11000110 | 1000110 | 110011 |
Color Harmonies of #2AA6DA
Complementary color
Monochromatic Colors of #2AA6DA
Black with #2AA6DA
Text Example
Text Example
White with #2AA6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA6DA; }
p { color: rgb(42,166,218); }
H1.HeaderClassName
{
color: #2AA6DA;
}
.AnyTagClassName
{
color: #2AA6DA;
}
</style>
background-color css
<style>
a { background-color: #2AA6DA; }
a { background-color: rgb(42,166,218); }
div.DivClassName
{
background-color: #2AA6DA;
}
.BgClassName
{
background-color: #2AA6DA;
}
</style>
border-color css
<style>
span { border-color: #2AA6DA; }
span { border-color: rgb(42,166,218); }
td.TdClassName
{
border-color: #2AA6DA;
}
.TagClassName
{
border-color: #2AA6DA;
}
</style>