Shades of Electric Blue #7FFEFE
Tints of Electric Blue #7FFEFE
RGB
CMYK
RGB Variations
Color information
#7FFEFE (or 0x7FFEFE) is known color: Electric Blue. HEX triplet: 7F, FE and FE. RGB value is (127,254,254). Sum of RGB (Red+Green+Blue) = 127+254+254=635 (84% of max value = 765). Red value is 127 (50% from 255 or 20% from 635); Green value is 254 (99.61% from 255 or 40% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #7FFEFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FFEFE is #800101. Grayscale: #D7D7D7. Windows color (decimal): -8388866 or 16711295. OLE color: 16711295.
HSL color Cylindrical-coordinate representation of color #7FFEFE: hue angle of 180º 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 #7FFEFE is Cyan = 0.50, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 127 | 254 | 254 | - |
| CMYK | 0.50 | 0 | 0 | 0.00 |
| HSL | 180º | 0.98% | 0.75% | - |
| HSV(B) | 180º | 0.5% | 1% | - |
| XYZ | 62.08 | 82.55 | 106.43 | - |
| YUV | 216.03 | 149.42 | 64.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 254 | 254 | 0.50 | 0 | 0 | 0.00 | 180 | 0.98 | 0.75 |
| Hex | 7F | FE | FE | 32 | 0 | 0 | 0 | B4 | 62 | 4B |
| Octal | 177 | 376 | 376 | 62 | 0 | 0 | 0 | 264 | 142 | 113 |
| Binary | 1111111 | 11111110 | 11111110 | 110010 | 0 | 0 | 0 | 10110100 | 1100010 | 1001011 |
Color Harmonies of #7FFEFE
Complementary color
Monochromatic Colors of #7FFEFE
Black with #7FFEFE
Text Example
Text Example
White with #7FFEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFEFE; }
p { color: rgb(127,254,254); }
H1.HeaderClassName
{
color: #7FFEFE;
}
.AnyTagClassName
{
color: #7FFEFE;
}
</style>
background-color css
<style>
a { background-color: #7FFEFE; }
a { background-color: rgb(127,254,254); }
div.DivClassName
{
background-color: #7FFEFE;
}
.BgClassName
{
background-color: #7FFEFE;
}
</style>
border-color css
<style>
span { border-color: #7FFEFE; }
span { border-color: rgb(127,254,254); }
td.TdClassName
{
border-color: #7FFEFE;
}
.TagClassName
{
border-color: #7FFEFE;
}
</style>