Shades of Summer Sky #2EC5DE
Tints of Summer Sky #2EC5DE
RGB
CMYK
RGB Variations
Color information
#2EC5DE (or 0x2EC5DE) is known color: Summer Sky. HEX triplet: 2E, C5 and DE. RGB value is (46,197,222). Sum of RGB (Red+Green+Blue) = 46+197+222=465 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.89% from 465); Green value is 197 (77.34% from 255 or 42.37% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 222 - color contains mainly: blue. Hex color #2EC5DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EC5DE is #D13A21. Grayscale: #9A9A9A. Windows color (decimal): -13711906 or 14599470. OLE color: 14599470.
HSL color Cylindrical-coordinate representation of color #2EC5DE: hue angle of 188.52º 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 #2EC5DE is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 197 | 222 | - |
| CMYK | 0.79 | 0.11 | 0 | 0.13 |
| HSL | 188.52º | 0.73% | 0.53% | - |
| HSV(B) | 188.52º | 0.79% | 0.87% | - |
| XYZ | 34.28 | 45.79 | 76.14 | - |
| YUV | 154.7 | 165.97 | 50.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 197 | 222 | 0.79 | 0.11 | 0 | 0.13 | 188.52 | 0.73 | 0.53 |
| Hex | 2E | C5 | DE | 4F | B | 0 | D | BD | 49 | 35 |
| Octal | 56 | 305 | 336 | 117 | 13 | 0 | 15 | 275 | 111 | 65 |
| Binary | 101110 | 11000101 | 11011110 | 1001111 | 1011 | 0 | 1101 | 10111101 | 1001001 | 110101 |
Color Harmonies of #2EC5DE
Complementary color
Monochromatic Colors of #2EC5DE
Black with #2EC5DE
Text Example
Text Example
White with #2EC5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC5DE; }
p { color: rgb(46,197,222); }
H1.HeaderClassName
{
color: #2EC5DE;
}
.AnyTagClassName
{
color: #2EC5DE;
}
</style>
background-color css
<style>
a { background-color: #2EC5DE; }
a { background-color: rgb(46,197,222); }
div.DivClassName
{
background-color: #2EC5DE;
}
.BgClassName
{
background-color: #2EC5DE;
}
</style>
border-color css
<style>
span { border-color: #2EC5DE; }
span { border-color: rgb(46,197,222); }
td.TdClassName
{
border-color: #2EC5DE;
}
.TagClassName
{
border-color: #2EC5DE;
}
</style>