Shades of Electric Blue #7FE3FE
Tints of Electric Blue #7FE3FE
RGB
CMYK
RGB Variations
Color information
#7FE3FE (or 0x7FE3FE) is known color: Electric Blue. HEX triplet: 7F, E3 and FE. RGB value is (127,227,254). Sum of RGB (Red+Green+Blue) = 127+227+254=608 (80% of max value = 765). Red value is 127 (50% from 255 or 20.89% from 608); Green value is 227 (89.06% from 255 or 37.34% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #7FE3FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FE3FE is #801C01. Grayscale: #C7C7C7. Windows color (decimal): -8395778 or 16704383. OLE color: 16704383.
HSL color Cylindrical-coordinate representation of color #7FE3FE: hue angle of 192.76º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FE3FE is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 127 | 227 | 254 | - |
| CMYK | 0.50 | 0.11 | 0 | 0.00 |
| HSL | 192.76º | 0.98% | 0.75% | - |
| HSV(B) | 192.76º | 0.5% | 1% | - |
| XYZ | 54.11 | 66.61 | 103.77 | - |
| YUV | 200.18 | 158.37 | 75.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 227 | 254 | 0.50 | 0.11 | 0 | 0.00 | 192.76 | 0.98 | 0.75 |
| Hex | 7F | E3 | FE | 32 | B | 0 | 0 | C1 | 62 | 4B |
| Octal | 177 | 343 | 376 | 62 | 13 | 0 | 0 | 301 | 142 | 113 |
| Binary | 1111111 | 11100011 | 11111110 | 110010 | 1011 | 0 | 0 | 11000001 | 1100010 | 1001011 |
Color Harmonies of #7FE3FE
Complementary color
Monochromatic Colors of #7FE3FE
Black with #7FE3FE
Text Example
Text Example
White with #7FE3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE3FE; }
p { color: rgb(127,227,254); }
H1.HeaderClassName
{
color: #7FE3FE;
}
.AnyTagClassName
{
color: #7FE3FE;
}
</style>
background-color css
<style>
a { background-color: #7FE3FE; }
a { background-color: rgb(127,227,254); }
div.DivClassName
{
background-color: #7FE3FE;
}
.BgClassName
{
background-color: #7FE3FE;
}
</style>
border-color css
<style>
span { border-color: #7FE3FE; }
span { border-color: rgb(127,227,254); }
td.TdClassName
{
border-color: #7FE3FE;
}
.TagClassName
{
border-color: #7FE3FE;
}
</style>