Shades of Summer Sky #2EC8DF
Tints of Summer Sky #2EC8DF
RGB
CMYK
RGB Variations
Color information
#2EC8DF (or 0x2EC8DF) is known color: Summer Sky. HEX triplet: 2E, C8 and DF. RGB value is (46,200,223). Sum of RGB (Red+Green+Blue) = 46+200+223=469 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.81% from 469); Green value is 200 (78.52% from 255 or 42.64% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #2EC8DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EC8DF is #D13720. Grayscale: #9C9C9C. Windows color (decimal): -13711137 or 14665774. OLE color: 14665774.
HSL color Cylindrical-coordinate representation of color #2EC8DF: hue angle of 187.8º 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 #2EC8DF is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 200 | 223 | - |
| CMYK | 0.79 | 0.10 | 0 | 0.13 |
| HSL | 187.8º | 0.73% | 0.53% | - |
| HSV(B) | 187.8º | 0.79% | 0.87% | - |
| XYZ | 35.1 | 47.22 | 77.08 | - |
| YUV | 156.58 | 165.48 | 49.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 200 | 223 | 0.79 | 0.10 | 0 | 0.13 | 187.8 | 0.73 | 0.53 |
| Hex | 2E | C8 | DF | 4F | A | 0 | D | BC | 49 | 35 |
| Octal | 56 | 310 | 337 | 117 | 12 | 0 | 15 | 274 | 111 | 65 |
| Binary | 101110 | 11001000 | 11011111 | 1001111 | 1010 | 0 | 1101 | 10111100 | 1001001 | 110101 |
Color Harmonies of #2EC8DF
Complementary color
Monochromatic Colors of #2EC8DF
Black with #2EC8DF
Text Example
Text Example
White with #2EC8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC8DF; }
p { color: rgb(46,200,223); }
H1.HeaderClassName
{
color: #2EC8DF;
}
.AnyTagClassName
{
color: #2EC8DF;
}
</style>
background-color css
<style>
a { background-color: #2EC8DF; }
a { background-color: rgb(46,200,223); }
div.DivClassName
{
background-color: #2EC8DF;
}
.BgClassName
{
background-color: #2EC8DF;
}
</style>
border-color css
<style>
span { border-color: #2EC8DF; }
span { border-color: rgb(46,200,223); }
td.TdClassName
{
border-color: #2EC8DF;
}
.TagClassName
{
border-color: #2EC8DF;
}
</style>