Shades of Summer Sky #2AAEED
Tints of Summer Sky #2AAEED
RGB
CMYK
RGB Variations
Color information
#2AAEED (or 0x2AAEED) is known color: Summer Sky. HEX triplet: 2A, AE and ED. RGB value is (42,174,237). Sum of RGB (Red+Green+Blue) = 42+174+237=453 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.27% from 453); Green value is 174 (68.36% from 255 or 38.41% from 453); Blue value is 237 (92.97% from 255 or 52.32% from 453); Max value from RGB is 237 - color contains mainly: blue. Hex color #2AAEED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2AAEED is #D55112. Grayscale: #8D8D8D. Windows color (decimal): -13979923 or 15576618. OLE color: 15576618.
HSL color Cylindrical-coordinate representation of color #2AAEED: hue angle of 199.38º degrees, saturation: 0.84, 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 #2AAEED is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 174 | 237 | - |
| CMYK | 0.82 | 0.27 | 0 | 0.07 |
| HSL | 199.38º | 0.84% | 0.55% | - |
| HSV(B) | 199.38º | 0.82% | 0.93% | - |
| XYZ | 31.38 | 36.88 | 85.59 | - |
| YUV | 141.71 | 181.77 | 56.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 174 | 237 | 0.82 | 0.27 | 0 | 0.07 | 199.38 | 0.84 | 0.55 |
| Hex | 2A | AE | ED | 52 | 1B | 0 | 7 | C7 | 54 | 37 |
| Octal | 52 | 256 | 355 | 122 | 33 | 0 | 7 | 307 | 124 | 67 |
| Binary | 101010 | 10101110 | 11101101 | 1010010 | 11011 | 0 | 111 | 11000111 | 1010100 | 110111 |
Color Harmonies of #2AAEED
Complementary color
Monochromatic Colors of #2AAEED
Black with #2AAEED
Text Example
Text Example
White with #2AAEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAEED; }
p { color: rgb(42,174,237); }
H1.HeaderClassName
{
color: #2AAEED;
}
.AnyTagClassName
{
color: #2AAEED;
}
</style>
background-color css
<style>
a { background-color: #2AAEED; }
a { background-color: rgb(42,174,237); }
div.DivClassName
{
background-color: #2AAEED;
}
.BgClassName
{
background-color: #2AAEED;
}
</style>
border-color css
<style>
span { border-color: #2AAEED; }
span { border-color: rgb(42,174,237); }
td.TdClassName
{
border-color: #2AAEED;
}
.TagClassName
{
border-color: #2AAEED;
}
</style>