Shades of Electric Blue #7FE8FC
Tints of Electric Blue #7FE8FC
RGB
CMYK
RGB Variations
Color information
#7FE8FC (or 0x7FE8FC) is known color: Electric Blue. HEX triplet: 7F, E8 and FC. RGB value is (127,232,252). Sum of RGB (Red+Green+Blue) = 127+232+252=611 (80% of max value = 765). Red value is 127 (50% from 255 or 20.79% from 611); Green value is 232 (91.02% from 255 or 37.97% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 252 - color contains mainly: blue. Hex color #7FE8FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FE8FC is #801703. Grayscale: #CACACA. Windows color (decimal): -8394500 or 16574591. OLE color: 16574591.
HSL color Cylindrical-coordinate representation of color #7FE8FC: hue angle of 189.6º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FE8FC is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 232 | 252 | - |
| CMYK | 0.50 | 0.08 | 0 | 0.01 |
| HSL | 189.6º | 0.95% | 0.74% | - |
| HSV(B) | 189.6º | 0.5% | 0.99% | - |
| XYZ | 55.18 | 69.25 | 102.55 | - |
| YUV | 202.89 | 155.71 | 73.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 232 | 252 | 0.50 | 0.08 | 0 | 0.01 | 189.6 | 0.95 | 0.74 |
| Hex | 7F | E8 | FC | 32 | 8 | 0 | 1 | BE | 5F | 4A |
| Octal | 177 | 350 | 374 | 62 | 10 | 0 | 1 | 276 | 137 | 112 |
| Binary | 1111111 | 11101000 | 11111100 | 110010 | 1000 | 0 | 1 | 10111110 | 1011111 | 1001010 |
Color Harmonies of #7FE8FC
Complementary color
Monochromatic Colors of #7FE8FC
Black with #7FE8FC
Text Example
Text Example
White with #7FE8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE8FC; }
p { color: rgb(127,232,252); }
H1.HeaderClassName
{
color: #7FE8FC;
}
.AnyTagClassName
{
color: #7FE8FC;
}
</style>
background-color css
<style>
a { background-color: #7FE8FC; }
a { background-color: rgb(127,232,252); }
div.DivClassName
{
background-color: #7FE8FC;
}
.BgClassName
{
background-color: #7FE8FC;
}
</style>
border-color css
<style>
span { border-color: #7FE8FC; }
span { border-color: rgb(127,232,252); }
td.TdClassName
{
border-color: #7FE8FC;
}
.TagClassName
{
border-color: #7FE8FC;
}
</style>