Shades of Summer Sky #2EC6DC
Tints of Summer Sky #2EC6DC
RGB
CMYK
RGB Variations
Color information
#2EC6DC (or 0x2EC6DC) is known color: Summer Sky. HEX triplet: 2E, C6 and DC. RGB value is (46,198,220). Sum of RGB (Red+Green+Blue) = 46+198+220=464 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.91% from 464); Green value is 198 (77.73% from 255 or 42.67% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #2EC6DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EC6DC is #D13923. Grayscale: #9A9A9A. Windows color (decimal): -13711652 or 14468654. OLE color: 14468654.
HSL color Cylindrical-coordinate representation of color #2EC6DC: hue angle of 187.59º 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 #2EC6DC is Cyan = 0.79, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 198 | 220 | - |
| CMYK | 0.79 | 0.1 | 0 | 0.14 |
| HSL | 187.59º | 0.71% | 0.52% | - |
| HSV(B) | 187.59º | 0.79% | 0.86% | - |
| XYZ | 34.24 | 46.14 | 74.81 | - |
| YUV | 155.06 | 164.64 | 50.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 198 | 220 | 0.79 | 0.1 | 0 | 0.14 | 187.59 | 0.71 | 0.52 |
| Hex | 2E | C6 | DC | 4F | A | 0 | E | BC | 47 | 34 |
| Octal | 56 | 306 | 334 | 117 | 12 | 0 | 16 | 274 | 107 | 64 |
| Binary | 101110 | 11000110 | 11011100 | 1001111 | 1010 | 0 | 1110 | 10111100 | 1000111 | 110100 |
Color Harmonies of #2EC6DC
Complementary color
Monochromatic Colors of #2EC6DC
Black with #2EC6DC
Text Example
Text Example
White with #2EC6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC6DC; }
p { color: rgb(46,198,220); }
H1.HeaderClassName
{
color: #2EC6DC;
}
.AnyTagClassName
{
color: #2EC6DC;
}
</style>
background-color css
<style>
a { background-color: #2EC6DC; }
a { background-color: rgb(46,198,220); }
div.DivClassName
{
background-color: #2EC6DC;
}
.BgClassName
{
background-color: #2EC6DC;
}
</style>
border-color css
<style>
span { border-color: #2EC6DC; }
span { border-color: rgb(46,198,220); }
td.TdClassName
{
border-color: #2EC6DC;
}
.TagClassName
{
border-color: #2EC6DC;
}
</style>