Shades of Electric Blue #7FF2FC
Tints of Electric Blue #7FF2FC
RGB
CMYK
RGB Variations
Color information
#7FF2FC (or 0x7FF2FC) is known color: Electric Blue. HEX triplet: 7F, F2 and FC. RGB value is (127,242,252). Sum of RGB (Red+Green+Blue) = 127+242+252=621 (82% of max value = 765). Red value is 127 (50% from 255 or 20.45% from 621); Green value is 242 (94.92% from 255 or 38.97% from 621); Blue value is 252 (98.83% from 255 or 40.58% from 621); Max value from RGB is 252 - color contains mainly: blue. Hex color #7FF2FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FF2FC is #800D03. Grayscale: #D0D0D0. Windows color (decimal): -8391940 or 16577151. OLE color: 16577151.
HSL color Cylindrical-coordinate representation of color #7FF2FC: hue angle of 184.8º 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 #7FF2FC is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 242 | 252 | - |
| CMYK | 0.50 | 0.04 | 0 | 0.01 |
| HSL | 184.8º | 0.95% | 0.74% | - |
| HSV(B) | 184.8º | 0.5% | 0.99% | - |
| XYZ | 58.08 | 75.04 | 103.52 | - |
| YUV | 208.76 | 152.4 | 69.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 242 | 252 | 0.50 | 0.04 | 0 | 0.01 | 184.8 | 0.95 | 0.74 |
| Hex | 7F | F2 | FC | 32 | 4 | 0 | 1 | B9 | 5F | 4A |
| Octal | 177 | 362 | 374 | 62 | 4 | 0 | 1 | 271 | 137 | 112 |
| Binary | 1111111 | 11110010 | 11111100 | 110010 | 100 | 0 | 1 | 10111001 | 1011111 | 1001010 |
Color Harmonies of #7FF2FC
Complementary color
Monochromatic Colors of #7FF2FC
Black with #7FF2FC
Text Example
Text Example
White with #7FF2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FF2FC; }
p { color: rgb(127,242,252); }
H1.HeaderClassName
{
color: #7FF2FC;
}
.AnyTagClassName
{
color: #7FF2FC;
}
</style>
background-color css
<style>
a { background-color: #7FF2FC; }
a { background-color: rgb(127,242,252); }
div.DivClassName
{
background-color: #7FF2FC;
}
.BgClassName
{
background-color: #7FF2FC;
}
</style>
border-color css
<style>
span { border-color: #7FF2FC; }
span { border-color: rgb(127,242,252); }
td.TdClassName
{
border-color: #7FF2FC;
}
.TagClassName
{
border-color: #7FF2FC;
}
</style>