Shades of Summer Sky #2EBBDB
Tints of Summer Sky #2EBBDB
RGB
CMYK
RGB Variations
Color information
#2EBBDB (or 0x2EBBDB) is known color: Summer Sky. HEX triplet: 2E, BB and DB. RGB value is (46,187,219). Sum of RGB (Red+Green+Blue) = 46+187+219=452 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.18% from 452); Green value is 187 (73.44% from 255 or 41.37% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #2EBBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBBDB is #D14424. Grayscale: #949494. Windows color (decimal): -13714469 or 14400302. OLE color: 14400302.
HSL color Cylindrical-coordinate representation of color #2EBBDB: hue angle of 191.1º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EBBDB is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 187 | 219 | - |
| CMYK | 0.79 | 0.15 | 0 | 0.14 |
| HSL | 191.1º | 0.71% | 0.52% | - |
| HSV(B) | 191.1º | 0.79% | 0.86% | - |
| XYZ | 31.68 | 41.24 | 73.31 | - |
| YUV | 148.49 | 167.79 | 54.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 187 | 219 | 0.79 | 0.15 | 0 | 0.14 | 191.1 | 0.71 | 0.52 |
| Hex | 2E | BB | DB | 4F | F | 0 | E | BF | 47 | 34 |
| Octal | 56 | 273 | 333 | 117 | 17 | 0 | 16 | 277 | 107 | 64 |
| Binary | 101110 | 10111011 | 11011011 | 1001111 | 1111 | 0 | 1110 | 10111111 | 1000111 | 110100 |
Color Harmonies of #2EBBDB
Complementary color
Monochromatic Colors of #2EBBDB
Black with #2EBBDB
Text Example
Text Example
White with #2EBBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBBDB; }
p { color: rgb(46,187,219); }
H1.HeaderClassName
{
color: #2EBBDB;
}
.AnyTagClassName
{
color: #2EBBDB;
}
</style>
background-color css
<style>
a { background-color: #2EBBDB; }
a { background-color: rgb(46,187,219); }
div.DivClassName
{
background-color: #2EBBDB;
}
.BgClassName
{
background-color: #2EBBDB;
}
</style>
border-color css
<style>
span { border-color: #2EBBDB; }
span { border-color: rgb(46,187,219); }
td.TdClassName
{
border-color: #2EBBDB;
}
.TagClassName
{
border-color: #2EBBDB;
}
</style>