Shades of Summer Sky #2ED1EE
Tints of Summer Sky #2ED1EE
RGB
CMYK
RGB Variations
Color information
#2ED1EE (or 0x2ED1EE) is known color: Summer Sky. HEX triplet: 2E, D1 and EE. RGB value is (46,209,238). Sum of RGB (Red+Green+Blue) = 46+209+238=493 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.33% from 493); Green value is 209 (82.03% from 255 or 42.39% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 238 - color contains mainly: blue. Hex color #2ED1EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ED1EE is #D12E11. Grayscale: #A3A3A3. Windows color (decimal): -13708818 or 15651118. OLE color: 15651118.
HSL color Cylindrical-coordinate representation of color #2ED1EE: hue angle of 189.06º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ED1EE is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 209 | 238 | - |
| CMYK | 0.81 | 0.12 | 0 | 0.07 |
| HSL | 189.06º | 0.85% | 0.56% | - |
| HSV(B) | 189.06º | 0.81% | 0.93% | - |
| XYZ | 39.36 | 52.35 | 88.92 | - |
| YUV | 163.57 | 170 | 44.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 209 | 238 | 0.81 | 0.12 | 0 | 0.07 | 189.06 | 0.85 | 0.56 |
| Hex | 2E | D1 | EE | 51 | C | 0 | 7 | BD | 55 | 38 |
| Octal | 56 | 321 | 356 | 121 | 14 | 0 | 7 | 275 | 125 | 70 |
| Binary | 101110 | 11010001 | 11101110 | 1010001 | 1100 | 0 | 111 | 10111101 | 1010101 | 111000 |
Color Harmonies of #2ED1EE
Complementary color
Monochromatic Colors of #2ED1EE
Black with #2ED1EE
Text Example
Text Example
White with #2ED1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED1EE; }
p { color: rgb(46,209,238); }
H1.HeaderClassName
{
color: #2ED1EE;
}
.AnyTagClassName
{
color: #2ED1EE;
}
</style>
background-color css
<style>
a { background-color: #2ED1EE; }
a { background-color: rgb(46,209,238); }
div.DivClassName
{
background-color: #2ED1EE;
}
.BgClassName
{
background-color: #2ED1EE;
}
</style>
border-color css
<style>
span { border-color: #2ED1EE; }
span { border-color: rgb(46,209,238); }
td.TdClassName
{
border-color: #2ED1EE;
}
.TagClassName
{
border-color: #2ED1EE;
}
</style>