Shades of Summer Sky #2ED1EF
Tints of Summer Sky #2ED1EF
RGB
CMYK
RGB Variations
Color information
#2ED1EF (or 0x2ED1EF) is known color: Summer Sky. HEX triplet: 2E, D1 and EF. RGB value is (46,209,239). Sum of RGB (Red+Green+Blue) = 46+209+239=494 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.31% from 494); Green value is 209 (82.03% from 255 or 42.31% from 494); Blue value is 239 (93.75% from 255 or 48.38% from 494); Max value from RGB is 239 - color contains mainly: blue. Hex color #2ED1EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ED1EF is #D12E10. Grayscale: #A3A3A3. Windows color (decimal): -13708817 or 15716654. OLE color: 15716654.
HSL color Cylindrical-coordinate representation of color #2ED1EF: hue angle of 189.33º 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 #2ED1EF is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 209 | 239 | - |
| CMYK | 0.81 | 0.13 | 0 | 0.06 |
| HSL | 189.33º | 0.86% | 0.56% | - |
| HSV(B) | 189.33º | 0.81% | 0.94% | - |
| XYZ | 39.51 | 52.41 | 89.7 | - |
| YUV | 163.68 | 170.5 | 44.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 209 | 239 | 0.81 | 0.13 | 0 | 0.06 | 189.33 | 0.86 | 0.56 |
| Hex | 2E | D1 | EF | 51 | D | 0 | 6 | BD | 56 | 38 |
| Octal | 56 | 321 | 357 | 121 | 15 | 0 | 6 | 275 | 126 | 70 |
| Binary | 101110 | 11010001 | 11101111 | 1010001 | 1101 | 0 | 110 | 10111101 | 1010110 | 111000 |
Color Harmonies of #2ED1EF
Complementary color
Monochromatic Colors of #2ED1EF
Black with #2ED1EF
Text Example
Text Example
White with #2ED1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED1EF; }
p { color: rgb(46,209,239); }
H1.HeaderClassName
{
color: #2ED1EF;
}
.AnyTagClassName
{
color: #2ED1EF;
}
</style>
background-color css
<style>
a { background-color: #2ED1EF; }
a { background-color: rgb(46,209,239); }
div.DivClassName
{
background-color: #2ED1EF;
}
.BgClassName
{
background-color: #2ED1EF;
}
</style>
border-color css
<style>
span { border-color: #2ED1EF; }
span { border-color: rgb(46,209,239); }
td.TdClassName
{
border-color: #2ED1EF;
}
.TagClassName
{
border-color: #2ED1EF;
}
</style>