Shades of Electric Blue #7CF0FC
Tints of Electric Blue #7CF0FC
RGB
CMYK
RGB Variations
Color information
#7CF0FC (or 0x7CF0FC) is known color: Electric Blue. HEX triplet: 7C, F0 and FC. RGB value is (124,240,252). Sum of RGB (Red+Green+Blue) = 124+240+252=616 (81% of max value = 765). Red value is 124 (48.83% from 255 or 20.13% from 616); Green value is 240 (94.14% from 255 or 38.96% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 252 - color contains mainly: blue. Hex color #7CF0FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CF0FC is #830F03. Grayscale: #CECECE. Windows color (decimal): -8589060 or 16576636. OLE color: 16576636.
HSL color Cylindrical-coordinate representation of color #7CF0FC: hue angle of 185.62º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CF0FC is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 124 | 240 | 252 | - |
| CMYK | 0.51 | 0.05 | 0 | 0.01 |
| HSL | 185.63º | 0.96% | 0.74% | - |
| HSV(B) | 185.63º | 0.51% | 0.99% | - |
| XYZ | 57.04 | 73.63 | 103.3 | - |
| YUV | 206.68 | 153.57 | 69.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 240 | 252 | 0.51 | 0.05 | 0 | 0.01 | 185.63 | 0.96 | 0.74 |
| Hex | 7C | F0 | FC | 33 | 5 | 0 | 1 | BA | 60 | 4A |
| Octal | 174 | 360 | 374 | 63 | 5 | 0 | 1 | 272 | 140 | 112 |
| Binary | 1111100 | 11110000 | 11111100 | 110011 | 101 | 0 | 1 | 10111010 | 1100000 | 1001010 |
Color Harmonies of #7CF0FC
Complementary color
Monochromatic Colors of #7CF0FC
Black with #7CF0FC
Text Example
Text Example
White with #7CF0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF0FC; }
p { color: rgb(124,240,252); }
H1.HeaderClassName
{
color: #7CF0FC;
}
.AnyTagClassName
{
color: #7CF0FC;
}
</style>
background-color css
<style>
a { background-color: #7CF0FC; }
a { background-color: rgb(124,240,252); }
div.DivClassName
{
background-color: #7CF0FC;
}
.BgClassName
{
background-color: #7CF0FC;
}
</style>
border-color css
<style>
span { border-color: #7CF0FC; }
span { border-color: rgb(124,240,252); }
td.TdClassName
{
border-color: #7CF0FC;
}
.TagClassName
{
border-color: #7CF0FC;
}
</style>