Shades of Summer Sky #2EBBDD
Tints of Summer Sky #2EBBDD
RGB
CMYK
RGB Variations
Color information
#2EBBDD (or 0x2EBBDD) is known color: Summer Sky. HEX triplet: 2E, BB and DD. RGB value is (46,187,221). Sum of RGB (Red+Green+Blue) = 46+187+221=454 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.13% from 454); Green value is 187 (73.44% from 255 or 41.19% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #2EBBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBBDD is #D14422. Grayscale: #949494. Windows color (decimal): -13714467 or 14531374. OLE color: 14531374.
HSL color Cylindrical-coordinate representation of color #2EBBDD: hue angle of 191.66º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EBBDD is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 187 | 221 | - |
| CMYK | 0.79 | 0.15 | 0 | 0.13 |
| HSL | 191.66º | 0.72% | 0.52% | - |
| HSV(B) | 191.66º | 0.79% | 0.87% | - |
| XYZ | 31.95 | 41.34 | 74.7 | - |
| YUV | 148.72 | 168.79 | 54.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 187 | 221 | 0.79 | 0.15 | 0 | 0.13 | 191.66 | 0.72 | 0.52 |
| Hex | 2E | BB | DD | 4F | F | 0 | D | C0 | 48 | 34 |
| Octal | 56 | 273 | 335 | 117 | 17 | 0 | 15 | 300 | 110 | 64 |
| Binary | 101110 | 10111011 | 11011101 | 1001111 | 1111 | 0 | 1101 | 11000000 | 1001000 | 110100 |
Color Harmonies of #2EBBDD
Complementary color
Monochromatic Colors of #2EBBDD
Black with #2EBBDD
Text Example
Text Example
White with #2EBBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBBDD; }
p { color: rgb(46,187,221); }
H1.HeaderClassName
{
color: #2EBBDD;
}
.AnyTagClassName
{
color: #2EBBDD;
}
</style>
background-color css
<style>
a { background-color: #2EBBDD; }
a { background-color: rgb(46,187,221); }
div.DivClassName
{
background-color: #2EBBDD;
}
.BgClassName
{
background-color: #2EBBDD;
}
</style>
border-color css
<style>
span { border-color: #2EBBDD; }
span { border-color: rgb(46,187,221); }
td.TdClassName
{
border-color: #2EBBDD;
}
.TagClassName
{
border-color: #2EBBDD;
}
</style>