Shades of Summer Sky #2EAACE
Tints of Summer Sky #2EAACE
RGB
CMYK
RGB Variations
Color information
#2EAACE (or 0x2EAACE) is known color: Summer Sky. HEX triplet: 2E, AA and CE. RGB value is (46,170,206). Sum of RGB (Red+Green+Blue) = 46+170+206=422 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.90% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #2EAACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EAACE is #D15531. Grayscale: #888888. Windows color (decimal): -13718834 or 13543982. OLE color: 13543982.
HSL color Cylindrical-coordinate representation of color #2EAACE: hue angle of 193.5º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2EAACE is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 170 | 206 | - |
| CMYK | 0.78 | 0.17 | 0 | 0.19 |
| HSL | 193.5º | 0.63% | 0.49% | - |
| HSV(B) | 193.5º | 0.78% | 0.81% | - |
| XYZ | 26.64 | 33.79 | 63.51 | - |
| YUV | 137.03 | 166.92 | 63.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 170 | 206 | 0.78 | 0.17 | 0 | 0.19 | 193.5 | 0.63 | 0.49 |
| Hex | 2E | AA | CE | 4E | 11 | 0 | 13 | C2 | 3F | 31 |
| Octal | 56 | 252 | 316 | 116 | 21 | 0 | 23 | 302 | 77 | 61 |
| Binary | 101110 | 10101010 | 11001110 | 1001110 | 10001 | 0 | 10011 | 11000010 | 111111 | 110001 |
Color Harmonies of #2EAACE
Complementary color
Monochromatic Colors of #2EAACE
Black with #2EAACE
Text Example
Text Example
White with #2EAACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAACE; }
p { color: rgb(46,170,206); }
H1.HeaderClassName
{
color: #2EAACE;
}
.AnyTagClassName
{
color: #2EAACE;
}
</style>
background-color css
<style>
a { background-color: #2EAACE; }
a { background-color: rgb(46,170,206); }
div.DivClassName
{
background-color: #2EAACE;
}
.BgClassName
{
background-color: #2EAACE;
}
</style>
border-color css
<style>
span { border-color: #2EAACE; }
span { border-color: rgb(46,170,206); }
td.TdClassName
{
border-color: #2EAACE;
}
.TagClassName
{
border-color: #2EAACE;
}
</style>