Shades of Electric Blue #7FFFF7
Tints of Electric Blue #7FFFF7
RGB
CMYK
RGB Variations
Color information
#7FFFF7 (or 0x7FFFF7) is known color: Electric Blue. HEX triplet: 7F, FF and F7. RGB value is (127,255,247). Sum of RGB (Red+Green+Blue) = 127+255+247=629 (83% of max value = 765). Red value is 127 (50% from 255 or 20.19% from 629); Green value is 255 (100% from 255 or 40.54% from 629); Blue value is 247 (96.88% from 255 or 39.27% from 629); Max value from RGB is 255 - color contains mainly: green. Hex color #7FFFF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FFFF7 is #800008. Grayscale: #D7D7D7. Windows color (decimal): -8388617 or 16252799. OLE color: 16252799.
HSL color Cylindrical-coordinate representation of color #7FFFF7: hue angle of 176.25º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FFFF7 is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 255 | 247 | - |
| CMYK | 0.50 | 0 | 0.03 | 0 |
| HSL | 176.25º | 1% | 0.75% | - |
| HSV(B) | 176.25º | 0.5% | 1% | - |
| XYZ | 61.3 | 82.75 | 100.74 | - |
| YUV | 215.82 | 145.59 | 64.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 255 | 247 | 0.50 | 0 | 0.03 | 0 | 176.25 | 1 | 0.75 |
| Hex | 7F | FF | F7 | 32 | 0 | 3 | 0 | B0 | 64 | 4B |
| Octal | 177 | 377 | 367 | 62 | 0 | 3 | 0 | 260 | 144 | 113 |
| Binary | 1111111 | 11111111 | 11110111 | 110010 | 0 | 11 | 0 | 10110000 | 1100100 | 1001011 |
Color Harmonies of #7FFFF7
Complementary color
Monochromatic Colors of #7FFFF7
Black with #7FFFF7
Text Example
Text Example
White with #7FFFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFFF7; }
p { color: rgb(127,255,247); }
H1.HeaderClassName
{
color: #7FFFF7;
}
.AnyTagClassName
{
color: #7FFFF7;
}
</style>
background-color css
<style>
a { background-color: #7FFFF7; }
a { background-color: rgb(127,255,247); }
div.DivClassName
{
background-color: #7FFFF7;
}
.BgClassName
{
background-color: #7FFFF7;
}
</style>
border-color css
<style>
span { border-color: #7FFFF7; }
span { border-color: rgb(127,255,247); }
td.TdClassName
{
border-color: #7FFFF7;
}
.TagClassName
{
border-color: #7FFFF7;
}
</style>