Shades of Electric Blue #7FF0FE
Tints of Electric Blue #7FF0FE
RGB
CMYK
RGB Variations
Color information
#7FF0FE (or 0x7FF0FE) is known color: Electric Blue. HEX triplet: 7F, F0 and FE. RGB value is (127,240,254). Sum of RGB (Red+Green+Blue) = 127+240+254=621 (82% of max value = 765). Red value is 127 (50% from 255 or 20.45% from 621); Green value is 240 (94.14% from 255 or 38.65% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #7FF0FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FF0FE is #800F01. Grayscale: #CFCFCF. Windows color (decimal): -8392450 or 16707711. OLE color: 16707711.
HSL color Cylindrical-coordinate representation of color #7FF0FE: hue angle of 186.61º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FF0FE is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 127 | 240 | 254 | - |
| CMYK | 0.50 | 0.06 | 0 | 0.00 |
| HSL | 186.61º | 0.98% | 0.75% | - |
| HSV(B) | 186.61º | 0.5% | 1% | - |
| XYZ | 57.8 | 73.99 | 105 | - |
| YUV | 207.81 | 154.06 | 70.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 240 | 254 | 0.50 | 0.06 | 0 | 0.00 | 186.61 | 0.98 | 0.75 |
| Hex | 7F | F0 | FE | 32 | 6 | 0 | 0 | BB | 62 | 4B |
| Octal | 177 | 360 | 376 | 62 | 6 | 0 | 0 | 273 | 142 | 113 |
| Binary | 1111111 | 11110000 | 11111110 | 110010 | 110 | 0 | 0 | 10111011 | 1100010 | 1001011 |
Color Harmonies of #7FF0FE
Complementary color
Monochromatic Colors of #7FF0FE
Black with #7FF0FE
Text Example
Text Example
White with #7FF0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FF0FE; }
p { color: rgb(127,240,254); }
H1.HeaderClassName
{
color: #7FF0FE;
}
.AnyTagClassName
{
color: #7FF0FE;
}
</style>
background-color css
<style>
a { background-color: #7FF0FE; }
a { background-color: rgb(127,240,254); }
div.DivClassName
{
background-color: #7FF0FE;
}
.BgClassName
{
background-color: #7FF0FE;
}
</style>
border-color css
<style>
span { border-color: #7FF0FE; }
span { border-color: rgb(127,240,254); }
td.TdClassName
{
border-color: #7FF0FE;
}
.TagClassName
{
border-color: #7FF0FE;
}
</style>