Shades of Summer Sky #2ED4EF
Tints of Summer Sky #2ED4EF
RGB
CMYK
RGB Variations
Color information
#2ED4EF (or 0x2ED4EF) is known color: Summer Sky. HEX triplet: 2E, D4 and EF. RGB value is (46,212,239). Sum of RGB (Red+Green+Blue) = 46+212+239=497 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.26% from 497); Green value is 212 (83.20% from 255 or 42.66% from 497); Blue value is 239 (93.75% from 255 or 48.09% from 497); Max value from RGB is 239 - color contains mainly: blue. Hex color #2ED4EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ED4EF is #D12B10. Grayscale: #A5A5A5. Windows color (decimal): -13708049 or 15717422. OLE color: 15717422.
HSL color Cylindrical-coordinate representation of color #2ED4EF: hue angle of 188.39º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ED4EF is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 212 | 239 | - |
| CMYK | 0.81 | 0.11 | 0 | 0.06 |
| HSL | 188.39º | 0.86% | 0.56% | - |
| HSV(B) | 188.39º | 0.81% | 0.94% | - |
| XYZ | 40.25 | 53.9 | 89.94 | - |
| YUV | 165.44 | 169.5 | 42.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 212 | 239 | 0.81 | 0.11 | 0 | 0.06 | 188.39 | 0.86 | 0.56 |
| Hex | 2E | D4 | EF | 51 | B | 0 | 6 | BC | 56 | 38 |
| Octal | 56 | 324 | 357 | 121 | 13 | 0 | 6 | 274 | 126 | 70 |
| Binary | 101110 | 11010100 | 11101111 | 1010001 | 1011 | 0 | 110 | 10111100 | 1010110 | 111000 |
Color Harmonies of #2ED4EF
Complementary color
Monochromatic Colors of #2ED4EF
Black with #2ED4EF
Text Example
Text Example
White with #2ED4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED4EF; }
p { color: rgb(46,212,239); }
H1.HeaderClassName
{
color: #2ED4EF;
}
.AnyTagClassName
{
color: #2ED4EF;
}
</style>
background-color css
<style>
a { background-color: #2ED4EF; }
a { background-color: rgb(46,212,239); }
div.DivClassName
{
background-color: #2ED4EF;
}
.BgClassName
{
background-color: #2ED4EF;
}
</style>
border-color css
<style>
span { border-color: #2ED4EF; }
span { border-color: rgb(46,212,239); }
td.TdClassName
{
border-color: #2ED4EF;
}
.TagClassName
{
border-color: #2ED4EF;
}
</style>