Shades of Summer Sky #2EBBD5
Tints of Summer Sky #2EBBD5
RGB
CMYK
RGB Variations
Color information
#2EBBD5 (or 0x2EBBD5) is known color: Summer Sky. HEX triplet: 2E, BB and D5. RGB value is (46,187,213). Sum of RGB (Red+Green+Blue) = 46+187+213=446 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.31% from 446); Green value is 187 (73.44% from 255 or 41.93% from 446); Blue value is 213 (83.59% from 255 or 47.76% from 446); Max value from RGB is 213 - color contains mainly: blue. Hex color #2EBBD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBBD5 is #D1442A. Grayscale: #939393. Windows color (decimal): -13714475 or 14007086. OLE color: 14007086.
HSL color Cylindrical-coordinate representation of color #2EBBD5: hue angle of 189.34º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2EBBD5 is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 187 | 213 | - |
| CMYK | 0.78 | 0.12 | 0 | 0.16 |
| HSL | 189.34º | 0.67% | 0.51% | - |
| HSV(B) | 189.34º | 0.78% | 0.84% | - |
| XYZ | 30.91 | 40.93 | 69.22 | - |
| YUV | 147.81 | 164.79 | 55.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 187 | 213 | 0.78 | 0.12 | 0 | 0.16 | 189.34 | 0.67 | 0.51 |
| Hex | 2E | BB | D5 | 4E | C | 0 | 10 | BD | 43 | 33 |
| Octal | 56 | 273 | 325 | 116 | 14 | 0 | 20 | 275 | 103 | 63 |
| Binary | 101110 | 10111011 | 11010101 | 1001110 | 1100 | 0 | 10000 | 10111101 | 1000011 | 110011 |
Color Harmonies of #2EBBD5
Complementary color
Monochromatic Colors of #2EBBD5
Black with #2EBBD5
Text Example
Text Example
White with #2EBBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBBD5; }
p { color: rgb(46,187,213); }
H1.HeaderClassName
{
color: #2EBBD5;
}
.AnyTagClassName
{
color: #2EBBD5;
}
</style>
background-color css
<style>
a { background-color: #2EBBD5; }
a { background-color: rgb(46,187,213); }
div.DivClassName
{
background-color: #2EBBD5;
}
.BgClassName
{
background-color: #2EBBD5;
}
</style>
border-color css
<style>
span { border-color: #2EBBD5; }
span { border-color: rgb(46,187,213); }
td.TdClassName
{
border-color: #2EBBD5;
}
.TagClassName
{
border-color: #2EBBD5;
}
</style>