Shades of Summer Sky #2EBAE5
Tints of Summer Sky #2EBAE5
RGB
CMYK
RGB Variations
Color information
#2EBAE5 (or 0x2EBAE5) is known color: Summer Sky. HEX triplet: 2E, BA and E5. RGB value is (46,186,229). Sum of RGB (Red+Green+Blue) = 46+186+229=461 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.98% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 229 (89.84% from 255 or 49.67% from 461); Max value from RGB is 229 - color contains mainly: blue. Hex color #2EBAE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBAE5 is #D1451A. Grayscale: #949494. Windows color (decimal): -13714715 or 15055406. OLE color: 15055406.
HSL color Cylindrical-coordinate representation of color #2EBAE5: hue angle of 194.1º 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 #2EBAE5 is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 186 | 229 | - |
| CMYK | 0.80 | 0.19 | 0 | 0.10 |
| HSL | 194.1º | 0.78% | 0.54% | - |
| HSV(B) | 194.1º | 0.8% | 0.9% | - |
| XYZ | 32.83 | 41.36 | 80.38 | - |
| YUV | 149.04 | 173.12 | 54.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 186 | 229 | 0.80 | 0.19 | 0 | 0.10 | 194.1 | 0.78 | 0.54 |
| Hex | 2E | BA | E5 | 50 | 13 | 0 | A | C2 | 4E | 36 |
| Octal | 56 | 272 | 345 | 120 | 23 | 0 | 12 | 302 | 116 | 66 |
| Binary | 101110 | 10111010 | 11100101 | 1010000 | 10011 | 0 | 1010 | 11000010 | 1001110 | 110110 |
Color Harmonies of #2EBAE5
Complementary color
Monochromatic Colors of #2EBAE5
Black with #2EBAE5
Text Example
Text Example
White with #2EBAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBAE5; }
p { color: rgb(46,186,229); }
H1.HeaderClassName
{
color: #2EBAE5;
}
.AnyTagClassName
{
color: #2EBAE5;
}
</style>
background-color css
<style>
a { background-color: #2EBAE5; }
a { background-color: rgb(46,186,229); }
div.DivClassName
{
background-color: #2EBAE5;
}
.BgClassName
{
background-color: #2EBAE5;
}
</style>
border-color css
<style>
span { border-color: #2EBAE5; }
span { border-color: rgb(46,186,229); }
td.TdClassName
{
border-color: #2EBAE5;
}
.TagClassName
{
border-color: #2EBAE5;
}
</style>