Shades of Summer Sky #2ED3EF
Tints of Summer Sky #2ED3EF
RGB
CMYK
RGB Variations
Color information
#2ED3EF (or 0x2ED3EF) is known color: Summer Sky. HEX triplet: 2E, D3 and EF. RGB value is (46,211,239). Sum of RGB (Red+Green+Blue) = 46+211+239=496 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.27% from 496); Green value is 211 (82.81% from 255 or 42.54% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 239 - color contains mainly: blue. Hex color #2ED3EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ED3EF is #D12C10. Grayscale: #A4A4A4. Windows color (decimal): -13708305 or 15717166. OLE color: 15717166.
HSL color Cylindrical-coordinate representation of color #2ED3EF: hue angle of 188.7º 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 #2ED3EF is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 211 | 239 | - |
| CMYK | 0.81 | 0.12 | 0 | 0.06 |
| HSL | 188.7º | 0.86% | 0.56% | - |
| HSV(B) | 188.7º | 0.81% | 0.94% | - |
| XYZ | 40 | 53.4 | 89.86 | - |
| YUV | 164.86 | 169.84 | 43.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 211 | 239 | 0.81 | 0.12 | 0 | 0.06 | 188.7 | 0.86 | 0.56 |
| Hex | 2E | D3 | EF | 51 | C | 0 | 6 | BD | 56 | 38 |
| Octal | 56 | 323 | 357 | 121 | 14 | 0 | 6 | 275 | 126 | 70 |
| Binary | 101110 | 11010011 | 11101111 | 1010001 | 1100 | 0 | 110 | 10111101 | 1010110 | 111000 |
Color Harmonies of #2ED3EF
Complementary color
Monochromatic Colors of #2ED3EF
Black with #2ED3EF
Text Example
Text Example
White with #2ED3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED3EF; }
p { color: rgb(46,211,239); }
H1.HeaderClassName
{
color: #2ED3EF;
}
.AnyTagClassName
{
color: #2ED3EF;
}
</style>
background-color css
<style>
a { background-color: #2ED3EF; }
a { background-color: rgb(46,211,239); }
div.DivClassName
{
background-color: #2ED3EF;
}
.BgClassName
{
background-color: #2ED3EF;
}
</style>
border-color css
<style>
span { border-color: #2ED3EF; }
span { border-color: rgb(46,211,239); }
td.TdClassName
{
border-color: #2ED3EF;
}
.TagClassName
{
border-color: #2ED3EF;
}
</style>