Shades of Electric Blue #7FFEFF
Tints of Electric Blue #7FFEFF
RGB
CMYK
RGB Variations
Color information
#7FFEFF (or 0x7FFEFF) is known color: Electric Blue. HEX triplet: 7F, FE and FF. RGB value is (127,254,255). Sum of RGB (Red+Green+Blue) = 127+254+255=636 (84% of max value = 765). Red value is 127 (50% from 255 or 19.97% from 636); Green value is 254 (99.61% from 255 or 39.94% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #7FFEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FFEFF is #800100. Grayscale: #D8D8D8. Windows color (decimal): -8388865 or 16776831. OLE color: 16776831.
HSL color Cylindrical-coordinate representation of color #7FFEFF: hue angle of 180.47º 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 #7FFEFF is Cyan = 0.50, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 254 | 255 | - |
| CMYK | 0.50 | 0.00 | 0 | 0 |
| HSL | 180.47º | 1% | 0.75% | - |
| HSV(B) | 180.47º | 0.5% | 1% | - |
| XYZ | 62.24 | 82.62 | 107.27 | - |
| YUV | 216.14 | 149.92 | 64.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 254 | 255 | 0.50 | 0.00 | 0 | 0 | 180.47 | 1 | 0.75 |
| Hex | 7F | FE | FF | 32 | 0 | 0 | 0 | B4 | 64 | 4B |
| Octal | 177 | 376 | 377 | 62 | 0 | 0 | 0 | 264 | 144 | 113 |
| Binary | 1111111 | 11111110 | 11111111 | 110010 | 0 | 0 | 0 | 10110100 | 1100100 | 1001011 |
Color Harmonies of #7FFEFF
Complementary color
Monochromatic Colors of #7FFEFF
Black with #7FFEFF
Text Example
Text Example
White with #7FFEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFEFF; }
p { color: rgb(127,254,255); }
H1.HeaderClassName
{
color: #7FFEFF;
}
.AnyTagClassName
{
color: #7FFEFF;
}
</style>
background-color css
<style>
a { background-color: #7FFEFF; }
a { background-color: rgb(127,254,255); }
div.DivClassName
{
background-color: #7FFEFF;
}
.BgClassName
{
background-color: #7FFEFF;
}
</style>
border-color css
<style>
span { border-color: #7FFEFF; }
span { border-color: rgb(127,254,255); }
td.TdClassName
{
border-color: #7FFEFF;
}
.TagClassName
{
border-color: #7FFEFF;
}
</style>