Shades of Summer Sky #2EBCE5
Tints of Summer Sky #2EBCE5
RGB
CMYK
RGB Variations
Color information
#2EBCE5 (or 0x2EBCE5) is known color: Summer Sky. HEX triplet: 2E, BC and E5. RGB value is (46,188,229). Sum of RGB (Red+Green+Blue) = 46+188+229=463 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.94% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 229 (89.84% from 255 or 49.46% from 463); Max value from RGB is 229 - color contains mainly: blue. Hex color #2EBCE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBCE5 is #D1431A. Grayscale: #959595. Windows color (decimal): -13714203 or 15055918. OLE color: 15055918.
HSL color Cylindrical-coordinate representation of color #2EBCE5: hue angle of 193.44º 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 #2EBCE5 is Cyan = 0.80, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 188 | 229 | - |
| CMYK | 0.80 | 0.18 | 0 | 0.10 |
| HSL | 193.44º | 0.78% | 0.54% | - |
| HSV(B) | 193.44º | 0.8% | 0.9% | - |
| XYZ | 33.25 | 42.2 | 80.52 | - |
| YUV | 150.22 | 172.46 | 53.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 188 | 229 | 0.80 | 0.18 | 0 | 0.10 | 193.44 | 0.78 | 0.54 |
| Hex | 2E | BC | E5 | 50 | 12 | 0 | A | C1 | 4E | 36 |
| Octal | 56 | 274 | 345 | 120 | 22 | 0 | 12 | 301 | 116 | 66 |
| Binary | 101110 | 10111100 | 11100101 | 1010000 | 10010 | 0 | 1010 | 11000001 | 1001110 | 110110 |
Color Harmonies of #2EBCE5
Complementary color
Monochromatic Colors of #2EBCE5
Black with #2EBCE5
Text Example
Text Example
White with #2EBCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBCE5; }
p { color: rgb(46,188,229); }
H1.HeaderClassName
{
color: #2EBCE5;
}
.AnyTagClassName
{
color: #2EBCE5;
}
</style>
background-color css
<style>
a { background-color: #2EBCE5; }
a { background-color: rgb(46,188,229); }
div.DivClassName
{
background-color: #2EBCE5;
}
.BgClassName
{
background-color: #2EBCE5;
}
</style>
border-color css
<style>
span { border-color: #2EBCE5; }
span { border-color: rgb(46,188,229); }
td.TdClassName
{
border-color: #2EBCE5;
}
.TagClassName
{
border-color: #2EBCE5;
}
</style>