Shades of Summer Sky #2AAEFA
Tints of Summer Sky #2AAEFA
RGB
CMYK
RGB Variations
Color information
#2AAEFA (or 0x2AAEFA) is known color: Summer Sky. HEX triplet: 2A, AE and FA. RGB value is (42,174,250). Sum of RGB (Red+Green+Blue) = 42+174+250=466 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.01% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 250 (98.05% from 255 or 53.65% from 466); Max value from RGB is 250 - color contains mainly: blue. Hex color #2AAEFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2AAEFA is #D55105. Grayscale: #8E8E8E. Windows color (decimal): -13979910 or 16428586. OLE color: 16428586.
HSL color Cylindrical-coordinate representation of color #2AAEFA: hue angle of 201.92º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AAEFA is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 174 | 250 | - |
| CMYK | 0.83 | 0.30 | 0 | 0.02 |
| HSL | 201.92º | 0.95% | 0.57% | - |
| HSV(B) | 201.92º | 0.83% | 0.98% | - |
| XYZ | 33.35 | 37.67 | 95.96 | - |
| YUV | 143.2 | 188.27 | 55.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 174 | 250 | 0.83 | 0.30 | 0 | 0.02 | 201.92 | 0.95 | 0.57 |
| Hex | 2A | AE | FA | 53 | 1E | 0 | 2 | CA | 5F | 39 |
| Octal | 52 | 256 | 372 | 123 | 36 | 0 | 2 | 312 | 137 | 71 |
| Binary | 101010 | 10101110 | 11111010 | 1010011 | 11110 | 0 | 10 | 11001010 | 1011111 | 111001 |
Color Harmonies of #2AAEFA
Complementary color
Monochromatic Colors of #2AAEFA
Black with #2AAEFA
Text Example
Text Example
White with #2AAEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAEFA; }
p { color: rgb(42,174,250); }
H1.HeaderClassName
{
color: #2AAEFA;
}
.AnyTagClassName
{
color: #2AAEFA;
}
</style>
background-color css
<style>
a { background-color: #2AAEFA; }
a { background-color: rgb(42,174,250); }
div.DivClassName
{
background-color: #2AAEFA;
}
.BgClassName
{
background-color: #2AAEFA;
}
</style>
border-color css
<style>
span { border-color: #2AAEFA; }
span { border-color: rgb(42,174,250); }
td.TdClassName
{
border-color: #2AAEFA;
}
.TagClassName
{
border-color: #2AAEFA;
}
</style>