Shades of Electric Blue #7FF8FE
Tints of Electric Blue #7FF8FE
RGB
CMYK
RGB Variations
Color information
#7FF8FE (or 0x7FF8FE) is known color: Electric Blue. HEX triplet: 7F, F8 and FE. RGB value is (127,248,254). Sum of RGB (Red+Green+Blue) = 127+248+254=629 (83% of max value = 765). Red value is 127 (50% from 255 or 20.19% from 629); Green value is 248 (97.27% from 255 or 39.43% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #7FF8FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FF8FE is #800701. Grayscale: #D4D4D4. Windows color (decimal): -8390402 or 16709759. OLE color: 16709759.
HSL color Cylindrical-coordinate representation of color #7FF8FE: hue angle of 182.83º 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 #7FF8FE is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 127 | 248 | 254 | - |
| CMYK | 0.50 | 0.02 | 0 | 0.00 |
| HSL | 182.83º | 0.98% | 0.75% | - |
| HSV(B) | 182.83º | 0.5% | 1% | - |
| XYZ | 60.21 | 78.8 | 105.8 | - |
| YUV | 212.51 | 151.41 | 67.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 248 | 254 | 0.50 | 0.02 | 0 | 0.00 | 182.83 | 0.98 | 0.75 |
| Hex | 7F | F8 | FE | 32 | 2 | 0 | 0 | B7 | 62 | 4B |
| Octal | 177 | 370 | 376 | 62 | 2 | 0 | 0 | 267 | 142 | 113 |
| Binary | 1111111 | 11111000 | 11111110 | 110010 | 10 | 0 | 0 | 10110111 | 1100010 | 1001011 |
Color Harmonies of #7FF8FE
Complementary color
Monochromatic Colors of #7FF8FE
Black with #7FF8FE
Text Example
Text Example
White with #7FF8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FF8FE; }
p { color: rgb(127,248,254); }
H1.HeaderClassName
{
color: #7FF8FE;
}
.AnyTagClassName
{
color: #7FF8FE;
}
</style>
background-color css
<style>
a { background-color: #7FF8FE; }
a { background-color: rgb(127,248,254); }
div.DivClassName
{
background-color: #7FF8FE;
}
.BgClassName
{
background-color: #7FF8FE;
}
</style>
border-color css
<style>
span { border-color: #7FF8FE; }
span { border-color: rgb(127,248,254); }
td.TdClassName
{
border-color: #7FF8FE;
}
.TagClassName
{
border-color: #7FF8FE;
}
</style>