Shades of Summer Sky #2EBBE0
Tints of Summer Sky #2EBBE0
RGB
CMYK
RGB Variations
Color information
#2EBBE0 (or 0x2EBBE0) is known color: Summer Sky. HEX triplet: 2E, BB and E0. RGB value is (46,187,224). Sum of RGB (Red+Green+Blue) = 46+187+224=457 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.07% from 457); Green value is 187 (73.44% from 255 or 40.92% from 457); Blue value is 224 (87.89% from 255 or 49.02% from 457); Max value from RGB is 224 - color contains mainly: blue. Hex color #2EBBE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBBE0 is #D1441F. Grayscale: #949494. Windows color (decimal): -13714464 or 14727982. OLE color: 14727982.
HSL color Cylindrical-coordinate representation of color #2EBBE0: hue angle of 192.47º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EBBE0 is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 187 | 224 | - |
| CMYK | 0.79 | 0.17 | 0 | 0.12 |
| HSL | 192.47º | 0.74% | 0.53% | - |
| HSV(B) | 192.47º | 0.79% | 0.88% | - |
| XYZ | 32.35 | 41.5 | 76.83 | - |
| YUV | 149.06 | 170.29 | 54.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 187 | 224 | 0.79 | 0.17 | 0 | 0.12 | 192.47 | 0.74 | 0.53 |
| Hex | 2E | BB | E0 | 4F | 11 | 0 | C | C0 | 4A | 35 |
| Octal | 56 | 273 | 340 | 117 | 21 | 0 | 14 | 300 | 112 | 65 |
| Binary | 101110 | 10111011 | 11100000 | 1001111 | 10001 | 0 | 1100 | 11000000 | 1001010 | 110101 |
Color Harmonies of #2EBBE0
Complementary color
Monochromatic Colors of #2EBBE0
Black with #2EBBE0
Text Example
Text Example
White with #2EBBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBBE0; }
p { color: rgb(46,187,224); }
H1.HeaderClassName
{
color: #2EBBE0;
}
.AnyTagClassName
{
color: #2EBBE0;
}
</style>
background-color css
<style>
a { background-color: #2EBBE0; }
a { background-color: rgb(46,187,224); }
div.DivClassName
{
background-color: #2EBBE0;
}
.BgClassName
{
background-color: #2EBBE0;
}
</style>
border-color css
<style>
span { border-color: #2EBBE0; }
span { border-color: rgb(46,187,224); }
td.TdClassName
{
border-color: #2EBBE0;
}
.TagClassName
{
border-color: #2EBBE0;
}
</style>