Shades of Summer Sky #2EC0DE
Tints of Summer Sky #2EC0DE
RGB
CMYK
RGB Variations
Color information
#2EC0DE (or 0x2EC0DE) is known color: Summer Sky. HEX triplet: 2E, C0 and DE. RGB value is (46,192,222). Sum of RGB (Red+Green+Blue) = 46+192+222=460 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 222 - color contains mainly: blue. Hex color #2EC0DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EC0DE is #D13F21. Grayscale: #979797. Windows color (decimal): -13713186 or 14598190. OLE color: 14598190.
HSL color Cylindrical-coordinate representation of color #2EC0DE: hue angle of 190.23º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EC0DE is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 192 | 222 | - |
| CMYK | 0.79 | 0.14 | 0 | 0.13 |
| HSL | 190.23º | 0.73% | 0.53% | - |
| HSV(B) | 190.23º | 0.79% | 0.87% | - |
| XYZ | 33.16 | 43.55 | 75.77 | - |
| YUV | 151.77 | 167.63 | 52.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 192 | 222 | 0.79 | 0.14 | 0 | 0.13 | 190.23 | 0.73 | 0.53 |
| Hex | 2E | C0 | DE | 4F | E | 0 | D | BE | 49 | 35 |
| Octal | 56 | 300 | 336 | 117 | 16 | 0 | 15 | 276 | 111 | 65 |
| Binary | 101110 | 11000000 | 11011110 | 1001111 | 1110 | 0 | 1101 | 10111110 | 1001001 | 110101 |
Color Harmonies of #2EC0DE
Complementary color
Monochromatic Colors of #2EC0DE
Black with #2EC0DE
Text Example
Text Example
White with #2EC0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC0DE; }
p { color: rgb(46,192,222); }
H1.HeaderClassName
{
color: #2EC0DE;
}
.AnyTagClassName
{
color: #2EC0DE;
}
</style>
background-color css
<style>
a { background-color: #2EC0DE; }
a { background-color: rgb(46,192,222); }
div.DivClassName
{
background-color: #2EC0DE;
}
.BgClassName
{
background-color: #2EC0DE;
}
</style>
border-color css
<style>
span { border-color: #2EC0DE; }
span { border-color: rgb(46,192,222); }
td.TdClassName
{
border-color: #2EC0DE;
}
.TagClassName
{
border-color: #2EC0DE;
}
</style>