Shades of Summer Sky #2EAAEB
Tints of Summer Sky #2EAAEB
RGB
CMYK
RGB Variations
Color information
#2EAAEB (or 0x2EAAEB) is known color: Summer Sky. HEX triplet: 2E, AA and EB. RGB value is (46,170,235). Sum of RGB (Red+Green+Blue) = 46+170+235=451 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.20% from 451); Green value is 170 (66.80% from 255 or 37.69% from 451); Blue value is 235 (92.19% from 255 or 52.11% from 451); Max value from RGB is 235 - color contains mainly: blue. Hex color #2EAAEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2EAAEB is #D15514. Grayscale: #8B8B8B. Windows color (decimal): -13718805 or 15444526. OLE color: 15444526.
HSL color Cylindrical-coordinate representation of color #2EAAEB: hue angle of 200.63º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EAAEB is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 170 | 235 | - |
| CMYK | 0.80 | 0.28 | 0 | 0.08 |
| HSL | 200.63º | 0.83% | 0.55% | - |
| HSV(B) | 200.63º | 0.8% | 0.92% | - |
| XYZ | 30.5 | 35.33 | 83.81 | - |
| YUV | 140.33 | 181.42 | 60.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 170 | 235 | 0.80 | 0.28 | 0 | 0.08 | 200.63 | 0.83 | 0.55 |
| Hex | 2E | AA | EB | 50 | 1C | 0 | 8 | C9 | 53 | 37 |
| Octal | 56 | 252 | 353 | 120 | 34 | 0 | 10 | 311 | 123 | 67 |
| Binary | 101110 | 10101010 | 11101011 | 1010000 | 11100 | 0 | 1000 | 11001001 | 1010011 | 110111 |
Color Harmonies of #2EAAEB
Complementary color
Monochromatic Colors of #2EAAEB
Black with #2EAAEB
Text Example
Text Example
White with #2EAAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAAEB; }
p { color: rgb(46,170,235); }
H1.HeaderClassName
{
color: #2EAAEB;
}
.AnyTagClassName
{
color: #2EAAEB;
}
</style>
background-color css
<style>
a { background-color: #2EAAEB; }
a { background-color: rgb(46,170,235); }
div.DivClassName
{
background-color: #2EAAEB;
}
.BgClassName
{
background-color: #2EAAEB;
}
</style>
border-color css
<style>
span { border-color: #2EAAEB; }
span { border-color: rgb(46,170,235); }
td.TdClassName
{
border-color: #2EAAEB;
}
.TagClassName
{
border-color: #2EAAEB;
}
</style>