Shades of Summer Sky #2EC7EE
Tints of Summer Sky #2EC7EE
RGB
CMYK
RGB Variations
Color information
#2EC7EE (or 0x2EC7EE) is known color: Summer Sky. HEX triplet: 2E, C7 and EE. RGB value is (46,199,238). Sum of RGB (Red+Green+Blue) = 46+199+238=483 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.52% from 483); Green value is 199 (78.12% from 255 or 41.20% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #2EC7EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EC7EE is #D13811. Grayscale: #9D9D9D. Windows color (decimal): -13711378 or 15648558. OLE color: 15648558.
HSL color Cylindrical-coordinate representation of color #2EC7EE: hue angle of 192.19º 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 #2EC7EE is Cyan = 0.81, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 199 | 238 | - |
| CMYK | 0.81 | 0.16 | 0 | 0.07 |
| HSL | 192.19º | 0.85% | 0.56% | - |
| HSV(B) | 192.19º | 0.81% | 0.93% | - |
| XYZ | 36.98 | 47.6 | 88.13 | - |
| YUV | 157.7 | 173.31 | 48.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 199 | 238 | 0.81 | 0.16 | 0 | 0.07 | 192.19 | 0.85 | 0.56 |
| Hex | 2E | C7 | EE | 51 | 10 | 0 | 7 | C0 | 55 | 38 |
| Octal | 56 | 307 | 356 | 121 | 20 | 0 | 7 | 300 | 125 | 70 |
| Binary | 101110 | 11000111 | 11101110 | 1010001 | 10000 | 0 | 111 | 11000000 | 1010101 | 111000 |
Color Harmonies of #2EC7EE
Complementary color
Monochromatic Colors of #2EC7EE
Black with #2EC7EE
Text Example
Text Example
White with #2EC7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC7EE; }
p { color: rgb(46,199,238); }
H1.HeaderClassName
{
color: #2EC7EE;
}
.AnyTagClassName
{
color: #2EC7EE;
}
</style>
background-color css
<style>
a { background-color: #2EC7EE; }
a { background-color: rgb(46,199,238); }
div.DivClassName
{
background-color: #2EC7EE;
}
.BgClassName
{
background-color: #2EC7EE;
}
</style>
border-color css
<style>
span { border-color: #2EC7EE; }
span { border-color: rgb(46,199,238); }
td.TdClassName
{
border-color: #2EC7EE;
}
.TagClassName
{
border-color: #2EC7EE;
}
</style>