Shades of Electric Blue #7CFFFC
Tints of Electric Blue #7CFFFC
RGB
CMYK
RGB Variations
Color information
#7CFFFC (or 0x7CFFFC) is known color: Electric Blue. HEX triplet: 7C, FF and FC. RGB value is (124,255,252). Sum of RGB (Red+Green+Blue) = 124+255+252=631 (83% of max value = 765). Red value is 124 (48.83% from 255 or 19.65% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #7CFFFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CFFFC is #830003. Grayscale: #D7D7D7. Windows color (decimal): -8585220 or 16580476. OLE color: 16580476.
HSL color Cylindrical-coordinate representation of color #7CFFFC: hue angle of 178.63º 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 #7CFFFC is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 124 | 255 | 252 | - |
| CMYK | 0.51 | 0 | 0.01 | 0 |
| HSL | 178.63º | 1% | 0.74% | - |
| HSV(B) | 178.63º | 0.51% | 1% | - |
| XYZ | 61.64 | 82.83 | 104.84 | - |
| YUV | 215.49 | 148.6 | 62.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 255 | 252 | 0.51 | 0 | 0.01 | 0 | 178.63 | 1 | 0.74 |
| Hex | 7C | FF | FC | 33 | 0 | 1 | 0 | B3 | 64 | 4A |
| Octal | 174 | 377 | 374 | 63 | 0 | 1 | 0 | 263 | 144 | 112 |
| Binary | 1111100 | 11111111 | 11111100 | 110011 | 0 | 1 | 0 | 10110011 | 1100100 | 1001010 |
Color Harmonies of #7CFFFC
Complementary color
Monochromatic Colors of #7CFFFC
Black with #7CFFFC
Text Example
Text Example
White with #7CFFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFFFC; }
p { color: rgb(124,255,252); }
H1.HeaderClassName
{
color: #7CFFFC;
}
.AnyTagClassName
{
color: #7CFFFC;
}
</style>
background-color css
<style>
a { background-color: #7CFFFC; }
a { background-color: rgb(124,255,252); }
div.DivClassName
{
background-color: #7CFFFC;
}
.BgClassName
{
background-color: #7CFFFC;
}
</style>
border-color css
<style>
span { border-color: #7CFFFC; }
span { border-color: rgb(124,255,252); }
td.TdClassName
{
border-color: #7CFFFC;
}
.TagClassName
{
border-color: #7CFFFC;
}
</style>