Shades of Electric Blue #7FF5EC
Tints of Electric Blue #7FF5EC
RGB
CMYK
RGB Variations
Color information
#7FF5EC (or 0x7FF5EC) is known color: Electric Blue. HEX triplet: 7F, F5 and EC. RGB value is (127,245,236). Sum of RGB (Red+Green+Blue) = 127+245+236=608 (80% of max value = 765). Red value is 127 (50% from 255 or 20.89% from 608); Green value is 245 (96.09% from 255 or 40.30% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 245 - color contains mainly: green. Hex color #7FF5EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FF5EC is #800A13. Grayscale: #D0D0D0. Windows color (decimal): -8391188 or 15529343. OLE color: 15529343.
HSL color Cylindrical-coordinate representation of color #7FF5EC: hue angle of 175.42º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FF5EC is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 127 | 245 | 236 | - |
| CMYK | 0.48 | 0 | 0.04 | 0.04 |
| HSL | 175.42º | 0.86% | 0.73% | - |
| HSV(B) | 175.42º | 0.48% | 0.96% | - |
| XYZ | 56.55 | 75.87 | 91.02 | - |
| YUV | 208.69 | 143.41 | 69.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 245 | 236 | 0.48 | 0 | 0.04 | 0.04 | 175.42 | 0.86 | 0.73 |
| Hex | 7F | F5 | EC | 30 | 0 | 4 | 4 | AF | 56 | 49 |
| Octal | 177 | 365 | 354 | 60 | 0 | 4 | 4 | 257 | 126 | 111 |
| Binary | 1111111 | 11110101 | 11101100 | 110000 | 0 | 100 | 100 | 10101111 | 1010110 | 1001001 |
Color Harmonies of #7FF5EC
Complementary color
Monochromatic Colors of #7FF5EC
Black with #7FF5EC
Text Example
Text Example
White with #7FF5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FF5EC; }
p { color: rgb(127,245,236); }
H1.HeaderClassName
{
color: #7FF5EC;
}
.AnyTagClassName
{
color: #7FF5EC;
}
</style>
background-color css
<style>
a { background-color: #7FF5EC; }
a { background-color: rgb(127,245,236); }
div.DivClassName
{
background-color: #7FF5EC;
}
.BgClassName
{
background-color: #7FF5EC;
}
</style>
border-color css
<style>
span { border-color: #7FF5EC; }
span { border-color: rgb(127,245,236); }
td.TdClassName
{
border-color: #7FF5EC;
}
.TagClassName
{
border-color: #7FF5EC;
}
</style>