Shades of Summer Sky #2EBBCD
Tints of Summer Sky #2EBBCD
RGB
CMYK
RGB Variations
Color information
#2EBBCD (or 0x2EBBCD) is known color: Summer Sky. HEX triplet: 2E, BB and CD. RGB value is (46,187,205). Sum of RGB (Red+Green+Blue) = 46+187+205=438 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.50% from 438); Green value is 187 (73.44% from 255 or 42.69% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #2EBBCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBBCD is #D14432. Grayscale: #929292. Windows color (decimal): -13714483 or 13482798. OLE color: 13482798.
HSL color Cylindrical-coordinate representation of color #2EBBCD: hue angle of 186.79º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2EBBCD is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 187 | 205 | - |
| CMYK | 0.78 | 0.09 | 0 | 0.20 |
| HSL | 186.79º | 0.63% | 0.49% | - |
| HSV(B) | 186.79º | 0.78% | 0.8% | - |
| XYZ | 29.92 | 40.53 | 64 | - |
| YUV | 146.89 | 160.79 | 56.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 187 | 205 | 0.78 | 0.09 | 0 | 0.20 | 186.79 | 0.63 | 0.49 |
| Hex | 2E | BB | CD | 4E | 9 | 0 | 14 | BB | 3F | 31 |
| Octal | 56 | 273 | 315 | 116 | 11 | 0 | 24 | 273 | 77 | 61 |
| Binary | 101110 | 10111011 | 11001101 | 1001110 | 1001 | 0 | 10100 | 10111011 | 111111 | 110001 |
Color Harmonies of #2EBBCD
Complementary color
Monochromatic Colors of #2EBBCD
Black with #2EBBCD
Text Example
Text Example
White with #2EBBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBBCD; }
p { color: rgb(46,187,205); }
H1.HeaderClassName
{
color: #2EBBCD;
}
.AnyTagClassName
{
color: #2EBBCD;
}
</style>
background-color css
<style>
a { background-color: #2EBBCD; }
a { background-color: rgb(46,187,205); }
div.DivClassName
{
background-color: #2EBBCD;
}
.BgClassName
{
background-color: #2EBBCD;
}
</style>
border-color css
<style>
span { border-color: #2EBBCD; }
span { border-color: rgb(46,187,205); }
td.TdClassName
{
border-color: #2EBBCD;
}
.TagClassName
{
border-color: #2EBBCD;
}
</style>