Shades of Summer Sky #2EA7E5
Tints of Summer Sky #2EA7E5
RGB
CMYK
RGB Variations
Color information
#2EA7E5 (or 0x2EA7E5) is known color: Summer Sky. HEX triplet: 2E, A7 and E5. RGB value is (46,167,229). Sum of RGB (Red+Green+Blue) = 46+167+229=442 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.41% from 442); Green value is 167 (65.62% from 255 or 37.78% from 442); Blue value is 229 (89.84% from 255 or 51.81% from 442); Max value from RGB is 229 - color contains mainly: blue. Hex color #2EA7E5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EA7E5 is #D1581A. Grayscale: #898989. Windows color (decimal): -13719579 or 15050542. OLE color: 15050542.
HSL color Cylindrical-coordinate representation of color #2EA7E5: hue angle of 200.33º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EA7E5 is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 167 | 229 | - |
| CMYK | 0.80 | 0.27 | 0 | 0.10 |
| HSL | 200.33º | 0.78% | 0.54% | - |
| HSV(B) | 200.33º | 0.8% | 0.9% | - |
| XYZ | 29.09 | 33.88 | 79.13 | - |
| YUV | 137.89 | 179.41 | 62.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 167 | 229 | 0.80 | 0.27 | 0 | 0.10 | 200.33 | 0.78 | 0.54 |
| Hex | 2E | A7 | E5 | 50 | 1B | 0 | A | C8 | 4E | 36 |
| Octal | 56 | 247 | 345 | 120 | 33 | 0 | 12 | 310 | 116 | 66 |
| Binary | 101110 | 10100111 | 11100101 | 1010000 | 11011 | 0 | 1010 | 11001000 | 1001110 | 110110 |
Color Harmonies of #2EA7E5
Complementary color
Monochromatic Colors of #2EA7E5
Black with #2EA7E5
Text Example
Text Example
White with #2EA7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA7E5; }
p { color: rgb(46,167,229); }
H1.HeaderClassName
{
color: #2EA7E5;
}
.AnyTagClassName
{
color: #2EA7E5;
}
</style>
background-color css
<style>
a { background-color: #2EA7E5; }
a { background-color: rgb(46,167,229); }
div.DivClassName
{
background-color: #2EA7E5;
}
.BgClassName
{
background-color: #2EA7E5;
}
</style>
border-color css
<style>
span { border-color: #2EA7E5; }
span { border-color: rgb(46,167,229); }
td.TdClassName
{
border-color: #2EA7E5;
}
.TagClassName
{
border-color: #2EA7E5;
}
</style>