Shades of Summer Sky #2EC0FA
Tints of Summer Sky #2EC0FA
RGB
CMYK
RGB Variations
Color information
#2EC0FA (or 0x2EC0FA) is known color: Summer Sky. HEX triplet: 2E, C0 and FA. RGB value is (46,192,250). Sum of RGB (Red+Green+Blue) = 46+192+250=488 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.43% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #2EC0FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EC0FA is #D13F05. Grayscale: #9A9A9A. Windows color (decimal): -13713158 or 16433198. OLE color: 16433198.
HSL color Cylindrical-coordinate representation of color #2EC0FA: hue angle of 197.06º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EC0FA is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 192 | 250 | - |
| CMYK | 0.82 | 0.23 | 0 | 0.02 |
| HSL | 197.06º | 0.95% | 0.58% | - |
| HSV(B) | 197.06º | 0.82% | 0.98% | - |
| XYZ | 37.23 | 45.18 | 97.2 | - |
| YUV | 154.96 | 181.63 | 50.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 192 | 250 | 0.82 | 0.23 | 0 | 0.02 | 197.06 | 0.95 | 0.58 |
| Hex | 2E | C0 | FA | 52 | 17 | 0 | 2 | C5 | 5F | 3A |
| Octal | 56 | 300 | 372 | 122 | 27 | 0 | 2 | 305 | 137 | 72 |
| Binary | 101110 | 11000000 | 11111010 | 1010010 | 10111 | 0 | 10 | 11000101 | 1011111 | 111010 |
Color Harmonies of #2EC0FA
Complementary color
Monochromatic Colors of #2EC0FA
Black with #2EC0FA
Text Example
Text Example
White with #2EC0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC0FA; }
p { color: rgb(46,192,250); }
H1.HeaderClassName
{
color: #2EC0FA;
}
.AnyTagClassName
{
color: #2EC0FA;
}
</style>
background-color css
<style>
a { background-color: #2EC0FA; }
a { background-color: rgb(46,192,250); }
div.DivClassName
{
background-color: #2EC0FA;
}
.BgClassName
{
background-color: #2EC0FA;
}
</style>
border-color css
<style>
span { border-color: #2EC0FA; }
span { border-color: rgb(46,192,250); }
td.TdClassName
{
border-color: #2EC0FA;
}
.TagClassName
{
border-color: #2EC0FA;
}
</style>