Shades of Summer Sky #2EBADC
Tints of Summer Sky #2EBADC
RGB
CMYK
RGB Variations
Color information
#2EBADC (or 0x2EBADC) is known color: Summer Sky. HEX triplet: 2E, BA and DC. RGB value is (46,186,220). Sum of RGB (Red+Green+Blue) = 46+186+220=452 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.18% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #2EBADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBADC is #D14523. Grayscale: #939393. Windows color (decimal): -13714724 or 14465582. OLE color: 14465582.
HSL color Cylindrical-coordinate representation of color #2EBADC: hue angle of 191.72º 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 #2EBADC is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 186 | 220 | - |
| CMYK | 0.79 | 0.15 | 0 | 0.14 |
| HSL | 191.72º | 0.71% | 0.52% | - |
| HSV(B) | 191.72º | 0.79% | 0.86% | - |
| XYZ | 31.6 | 40.87 | 73.93 | - |
| YUV | 148.02 | 168.62 | 55.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 186 | 220 | 0.79 | 0.15 | 0 | 0.14 | 191.72 | 0.71 | 0.52 |
| Hex | 2E | BA | DC | 4F | F | 0 | E | C0 | 47 | 34 |
| Octal | 56 | 272 | 334 | 117 | 17 | 0 | 16 | 300 | 107 | 64 |
| Binary | 101110 | 10111010 | 11011100 | 1001111 | 1111 | 0 | 1110 | 11000000 | 1000111 | 110100 |
Color Harmonies of #2EBADC
Complementary color
Monochromatic Colors of #2EBADC
Black with #2EBADC
Text Example
Text Example
White with #2EBADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBADC; }
p { color: rgb(46,186,220); }
H1.HeaderClassName
{
color: #2EBADC;
}
.AnyTagClassName
{
color: #2EBADC;
}
</style>
background-color css
<style>
a { background-color: #2EBADC; }
a { background-color: rgb(46,186,220); }
div.DivClassName
{
background-color: #2EBADC;
}
.BgClassName
{
background-color: #2EBADC;
}
</style>
border-color css
<style>
span { border-color: #2EBADC; }
span { border-color: rgb(46,186,220); }
td.TdClassName
{
border-color: #2EBADC;
}
.TagClassName
{
border-color: #2EBADC;
}
</style>