Shades of Electric Blue #7FF6EC
Tints of Electric Blue #7FF6EC
RGB
CMYK
RGB Variations
Color information
#7FF6EC (or 0x7FF6EC) is known color: Electric Blue. HEX triplet: 7F, F6 and EC. RGB value is (127,246,236). Sum of RGB (Red+Green+Blue) = 127+246+236=609 (80% of max value = 765). Red value is 127 (50% from 255 or 20.85% from 609); Green value is 246 (96.48% from 255 or 40.39% from 609); Blue value is 236 (92.58% from 255 or 38.75% from 609); Max value from RGB is 246 - color contains mainly: green. Hex color #7FF6EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FF6EC is #800913. Grayscale: #D1D1D1. Windows color (decimal): -8390932 or 15529599. OLE color: 15529599.
HSL color Cylindrical-coordinate representation of color #7FF6EC: hue angle of 174.96º degrees, saturation: 0.87, 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 #7FF6EC is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 127 | 246 | 236 | - |
| CMYK | 0.48 | 0 | 0.04 | 0.04 |
| HSL | 174.96º | 0.87% | 0.73% | - |
| HSV(B) | 174.96º | 0.48% | 0.96% | - |
| XYZ | 56.85 | 76.48 | 91.12 | - |
| YUV | 209.28 | 143.08 | 69.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 246 | 236 | 0.48 | 0 | 0.04 | 0.04 | 174.96 | 0.87 | 0.73 |
| Hex | 7F | F6 | EC | 30 | 0 | 4 | 4 | AF | 57 | 49 |
| Octal | 177 | 366 | 354 | 60 | 0 | 4 | 4 | 257 | 127 | 111 |
| Binary | 1111111 | 11110110 | 11101100 | 110000 | 0 | 100 | 100 | 10101111 | 1010111 | 1001001 |
Color Harmonies of #7FF6EC
Complementary color
Monochromatic Colors of #7FF6EC
Black with #7FF6EC
Text Example
Text Example
White with #7FF6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FF6EC; }
p { color: rgb(127,246,236); }
H1.HeaderClassName
{
color: #7FF6EC;
}
.AnyTagClassName
{
color: #7FF6EC;
}
</style>
background-color css
<style>
a { background-color: #7FF6EC; }
a { background-color: rgb(127,246,236); }
div.DivClassName
{
background-color: #7FF6EC;
}
.BgClassName
{
background-color: #7FF6EC;
}
</style>
border-color css
<style>
span { border-color: #7FF6EC; }
span { border-color: rgb(127,246,236); }
td.TdClassName
{
border-color: #7FF6EC;
}
.TagClassName
{
border-color: #7FF6EC;
}
</style>