Shades of Summer Sky #2EAFE5
Tints of Summer Sky #2EAFE5
RGB
CMYK
RGB Variations
Color information
#2EAFE5 (or 0x2EAFE5) is known color: Summer Sky. HEX triplet: 2E, AF and E5. RGB value is (46,175,229). Sum of RGB (Red+Green+Blue) = 46+175+229=450 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.22% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 229 (89.84% from 255 or 50.89% from 450); Max value from RGB is 229 - color contains mainly: blue. Hex color #2EAFE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EAFE5 is #D1501A. Grayscale: #8E8E8E. Windows color (decimal): -13717531 or 15052590. OLE color: 15052590.
HSL color Cylindrical-coordinate representation of color #2EAFE5: hue angle of 197.7º 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 #2EAFE5 is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 175 | 229 | - |
| CMYK | 0.80 | 0.24 | 0 | 0.10 |
| HSL | 197.7º | 0.78% | 0.54% | - |
| HSV(B) | 197.7º | 0.8% | 0.9% | - |
| XYZ | 30.6 | 36.9 | 79.64 | - |
| YUV | 142.59 | 176.76 | 59.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 175 | 229 | 0.80 | 0.24 | 0 | 0.10 | 197.7 | 0.78 | 0.54 |
| Hex | 2E | AF | E5 | 50 | 18 | 0 | A | C6 | 4E | 36 |
| Octal | 56 | 257 | 345 | 120 | 30 | 0 | 12 | 306 | 116 | 66 |
| Binary | 101110 | 10101111 | 11100101 | 1010000 | 11000 | 0 | 1010 | 11000110 | 1001110 | 110110 |
Color Harmonies of #2EAFE5
Complementary color
Monochromatic Colors of #2EAFE5
Black with #2EAFE5
Text Example
Text Example
White with #2EAFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAFE5; }
p { color: rgb(46,175,229); }
H1.HeaderClassName
{
color: #2EAFE5;
}
.AnyTagClassName
{
color: #2EAFE5;
}
</style>
background-color css
<style>
a { background-color: #2EAFE5; }
a { background-color: rgb(46,175,229); }
div.DivClassName
{
background-color: #2EAFE5;
}
.BgClassName
{
background-color: #2EAFE5;
}
</style>
border-color css
<style>
span { border-color: #2EAFE5; }
span { border-color: rgb(46,175,229); }
td.TdClassName
{
border-color: #2EAFE5;
}
.TagClassName
{
border-color: #2EAFE5;
}
</style>