Shades of Summer Sky #2EBBCE
Tints of Summer Sky #2EBBCE
RGB
CMYK
RGB Variations
Color information
#2EBBCE (or 0x2EBBCE) is known color: Summer Sky. HEX triplet: 2E, BB and CE. RGB value is (46,187,206). Sum of RGB (Red+Green+Blue) = 46+187+206=439 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.48% from 439); Green value is 187 (73.44% from 255 or 42.60% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #2EBBCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBBCE is #D14431. Grayscale: #929292. Windows color (decimal): -13714482 or 13548334. OLE color: 13548334.
HSL color Cylindrical-coordinate representation of color #2EBBCE: hue angle of 187.12º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2EBBCE is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 187 | 206 | - |
| CMYK | 0.78 | 0.09 | 0 | 0.19 |
| HSL | 187.13º | 0.63% | 0.49% | - |
| HSV(B) | 187.13º | 0.78% | 0.81% | - |
| XYZ | 30.04 | 40.58 | 64.64 | - |
| YUV | 147.01 | 161.29 | 55.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 187 | 206 | 0.78 | 0.09 | 0 | 0.19 | 187.13 | 0.63 | 0.49 |
| Hex | 2E | BB | CE | 4E | 9 | 0 | 13 | BB | 3F | 31 |
| Octal | 56 | 273 | 316 | 116 | 11 | 0 | 23 | 273 | 77 | 61 |
| Binary | 101110 | 10111011 | 11001110 | 1001110 | 1001 | 0 | 10011 | 10111011 | 111111 | 110001 |
Color Harmonies of #2EBBCE
Complementary color
Monochromatic Colors of #2EBBCE
Black with #2EBBCE
Text Example
Text Example
White with #2EBBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBBCE; }
p { color: rgb(46,187,206); }
H1.HeaderClassName
{
color: #2EBBCE;
}
.AnyTagClassName
{
color: #2EBBCE;
}
</style>
background-color css
<style>
a { background-color: #2EBBCE; }
a { background-color: rgb(46,187,206); }
div.DivClassName
{
background-color: #2EBBCE;
}
.BgClassName
{
background-color: #2EBBCE;
}
</style>
border-color css
<style>
span { border-color: #2EBBCE; }
span { border-color: rgb(46,187,206); }
td.TdClassName
{
border-color: #2EBBCE;
}
.TagClassName
{
border-color: #2EBBCE;
}
</style>