Shades of Electric Blue #7CFFFE
Tints of Electric Blue #7CFFFE
RGB
CMYK
RGB Variations
Color information
#7CFFFE (or 0x7CFFFE) is known color: Electric Blue. HEX triplet: 7C, FF and FE. RGB value is (124,255,254). Sum of RGB (Red+Green+Blue) = 124+255+254=633 (83% of max value = 765). Red value is 124 (48.83% from 255 or 19.59% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #7CFFFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CFFFE is #830001. Grayscale: #D7D7D7. Windows color (decimal): -8585218 or 16711548. OLE color: 16711548.
HSL color Cylindrical-coordinate representation of color #7CFFFE: hue angle of 179.54º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CFFFE is Cyan = 0.51, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 124 | 255 | 254 | - |
| CMYK | 0.51 | 0 | 0.00 | 0 |
| HSL | 179.54º | 1% | 0.74% | - |
| HSV(B) | 179.54º | 0.51% | 1% | - |
| XYZ | 61.96 | 82.96 | 106.51 | - |
| YUV | 215.72 | 149.6 | 62.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 255 | 254 | 0.51 | 0 | 0.00 | 0 | 179.54 | 1 | 0.74 |
| Hex | 7C | FF | FE | 33 | 0 | 0 | 0 | B4 | 64 | 4A |
| Octal | 174 | 377 | 376 | 63 | 0 | 0 | 0 | 264 | 144 | 112 |
| Binary | 1111100 | 11111111 | 11111110 | 110011 | 0 | 0 | 0 | 10110100 | 1100100 | 1001010 |
Color Harmonies of #7CFFFE
Complementary color
Monochromatic Colors of #7CFFFE
Black with #7CFFFE
Text Example
Text Example
White with #7CFFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFFFE; }
p { color: rgb(124,255,254); }
H1.HeaderClassName
{
color: #7CFFFE;
}
.AnyTagClassName
{
color: #7CFFFE;
}
</style>
background-color css
<style>
a { background-color: #7CFFFE; }
a { background-color: rgb(124,255,254); }
div.DivClassName
{
background-color: #7CFFFE;
}
.BgClassName
{
background-color: #7CFFFE;
}
</style>
border-color css
<style>
span { border-color: #7CFFFE; }
span { border-color: rgb(124,255,254); }
td.TdClassName
{
border-color: #7CFFFE;
}
.TagClassName
{
border-color: #7CFFFE;
}
</style>