Shades of Electric Blue #7CE4FC
Tints of Electric Blue #7CE4FC
RGB
CMYK
RGB Variations
Color information
#7CE4FC (or 0x7CE4FC) is known color: Electric Blue. HEX triplet: 7C, E4 and FC. RGB value is (124,228,252). Sum of RGB (Red+Green+Blue) = 124+228+252=604 (80% of max value = 765). Red value is 124 (48.83% from 255 or 20.53% from 604); Green value is 228 (89.45% from 255 or 37.75% from 604); Blue value is 252 (98.83% from 255 or 41.72% from 604); Max value from RGB is 252 - color contains mainly: blue. Hex color #7CE4FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CE4FC is #831B03. Grayscale: #C7C7C7. Windows color (decimal): -8592132 or 16573564. OLE color: 16573564.
HSL color Cylindrical-coordinate representation of color #7CE4FC: hue angle of 191.25º 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 #7CE4FC is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 124 | 228 | 252 | - |
| CMYK | 0.51 | 0.10 | 0 | 0.01 |
| HSL | 191.25º | 0.96% | 0.74% | - |
| HSV(B) | 191.25º | 0.51% | 0.99% | - |
| XYZ | 53.63 | 66.8 | 102.16 | - |
| YUV | 199.64 | 157.54 | 74.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 228 | 252 | 0.51 | 0.10 | 0 | 0.01 | 191.25 | 0.96 | 0.74 |
| Hex | 7C | E4 | FC | 33 | A | 0 | 1 | BF | 60 | 4A |
| Octal | 174 | 344 | 374 | 63 | 12 | 0 | 1 | 277 | 140 | 112 |
| Binary | 1111100 | 11100100 | 11111100 | 110011 | 1010 | 0 | 1 | 10111111 | 1100000 | 1001010 |
Color Harmonies of #7CE4FC
Complementary color
Monochromatic Colors of #7CE4FC
Black with #7CE4FC
Text Example
Text Example
White with #7CE4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE4FC; }
p { color: rgb(124,228,252); }
H1.HeaderClassName
{
color: #7CE4FC;
}
.AnyTagClassName
{
color: #7CE4FC;
}
</style>
background-color css
<style>
a { background-color: #7CE4FC; }
a { background-color: rgb(124,228,252); }
div.DivClassName
{
background-color: #7CE4FC;
}
.BgClassName
{
background-color: #7CE4FC;
}
</style>
border-color css
<style>
span { border-color: #7CE4FC; }
span { border-color: rgb(124,228,252); }
td.TdClassName
{
border-color: #7CE4FC;
}
.TagClassName
{
border-color: #7CE4FC;
}
</style>