Shades of Summer Sky #2AA6EE
Tints of Summer Sky #2AA6EE
RGB
CMYK
RGB Variations
Color information
#2AA6EE (or 0x2AA6EE) is known color: Summer Sky. HEX triplet: 2A, A6 and EE. RGB value is (42,166,238). Sum of RGB (Red+Green+Blue) = 42+166+238=446 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.42% from 446); Green value is 166 (65.23% from 255 or 37.22% from 446); Blue value is 238 (93.36% from 255 or 53.36% from 446); Max value from RGB is 238 - color contains mainly: blue. Hex color #2AA6EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2AA6EE is #D55911. Grayscale: #888888. Windows color (decimal): -13981970 or 15640106. OLE color: 15640106.
HSL color Cylindrical-coordinate representation of color #2AA6EE: hue angle of 202.04º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AA6EE is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 166 | 238 | - |
| CMYK | 0.82 | 0.30 | 0 | 0.07 |
| HSL | 202.04º | 0.85% | 0.55% | - |
| HSV(B) | 202.04º | 0.82% | 0.93% | - |
| XYZ | 30.02 | 33.94 | 85.86 | - |
| YUV | 137.13 | 184.92 | 60.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 166 | 238 | 0.82 | 0.30 | 0 | 0.07 | 202.04 | 0.85 | 0.55 |
| Hex | 2A | A6 | EE | 52 | 1E | 0 | 7 | CA | 55 | 37 |
| Octal | 52 | 246 | 356 | 122 | 36 | 0 | 7 | 312 | 125 | 67 |
| Binary | 101010 | 10100110 | 11101110 | 1010010 | 11110 | 0 | 111 | 11001010 | 1010101 | 110111 |
Color Harmonies of #2AA6EE
Complementary color
Monochromatic Colors of #2AA6EE
Black with #2AA6EE
Text Example
Text Example
White with #2AA6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA6EE; }
p { color: rgb(42,166,238); }
H1.HeaderClassName
{
color: #2AA6EE;
}
.AnyTagClassName
{
color: #2AA6EE;
}
</style>
background-color css
<style>
a { background-color: #2AA6EE; }
a { background-color: rgb(42,166,238); }
div.DivClassName
{
background-color: #2AA6EE;
}
.BgClassName
{
background-color: #2AA6EE;
}
</style>
border-color css
<style>
span { border-color: #2AA6EE; }
span { border-color: rgb(42,166,238); }
td.TdClassName
{
border-color: #2AA6EE;
}
.TagClassName
{
border-color: #2AA6EE;
}
</style>