Shades of Electric Blue #7CE8FA
Tints of Electric Blue #7CE8FA
RGB
CMYK
RGB Variations
Color information
#7CE8FA (or 0x7CE8FA) is known color: Electric Blue. HEX triplet: 7C, E8 and FA. RGB value is (124,232,250). Sum of RGB (Red+Green+Blue) = 124+232+250=606 (80% of max value = 765). Red value is 124 (48.83% from 255 or 20.46% from 606); Green value is 232 (91.02% from 255 or 38.28% from 606); Blue value is 250 (98.05% from 255 or 41.25% from 606); Max value from RGB is 250 - color contains mainly: blue. Hex color #7CE8FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CE8FA is #831705. Grayscale: #C9C9C9. Windows color (decimal): -8591110 or 16443516. OLE color: 16443516.
HSL color Cylindrical-coordinate representation of color #7CE8FA: hue angle of 188.57º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CE8FA is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 232 | 250 | - |
| CMYK | 0.50 | 0.07 | 0 | 0.02 |
| HSL | 188.57º | 0.93% | 0.73% | - |
| HSV(B) | 188.57º | 0.5% | 0.98% | - |
| XYZ | 54.42 | 68.9 | 100.87 | - |
| YUV | 201.76 | 155.22 | 72.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 232 | 250 | 0.50 | 0.07 | 0 | 0.02 | 188.57 | 0.93 | 0.73 |
| Hex | 7C | E8 | FA | 32 | 7 | 0 | 2 | BD | 5D | 49 |
| Octal | 174 | 350 | 372 | 62 | 7 | 0 | 2 | 275 | 135 | 111 |
| Binary | 1111100 | 11101000 | 11111010 | 110010 | 111 | 0 | 10 | 10111101 | 1011101 | 1001001 |
Color Harmonies of #7CE8FA
Complementary color
Monochromatic Colors of #7CE8FA
Black with #7CE8FA
Text Example
Text Example
White with #7CE8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE8FA; }
p { color: rgb(124,232,250); }
H1.HeaderClassName
{
color: #7CE8FA;
}
.AnyTagClassName
{
color: #7CE8FA;
}
</style>
background-color css
<style>
a { background-color: #7CE8FA; }
a { background-color: rgb(124,232,250); }
div.DivClassName
{
background-color: #7CE8FA;
}
.BgClassName
{
background-color: #7CE8FA;
}
</style>
border-color css
<style>
span { border-color: #7CE8FA; }
span { border-color: rgb(124,232,250); }
td.TdClassName
{
border-color: #7CE8FA;
}
.TagClassName
{
border-color: #7CE8FA;
}
</style>