Shades of Electric Blue #7FE4FF
Tints of Electric Blue #7FE4FF
RGB
CMYK
RGB Variations
Color information
#7FE4FF (or 0x7FE4FF) is known color: Electric Blue. HEX triplet: 7F, E4 and FF. RGB value is (127,228,255). Sum of RGB (Red+Green+Blue) = 127+228+255=610 (80% of max value = 765). Red value is 127 (50% from 255 or 20.82% from 610); Green value is 228 (89.45% from 255 or 37.38% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #7FE4FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FE4FF is #801B00. Grayscale: #C8C8C8. Windows color (decimal): -8395521 or 16770175. OLE color: 16770175.
HSL color Cylindrical-coordinate representation of color #7FE4FF: hue angle of 192.66º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FE4FF is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 228 | 255 | - |
| CMYK | 0.50 | 0.11 | 0 | 0 |
| HSL | 192.66º | 1% | 0.75% | - |
| HSV(B) | 192.66º | 0.5% | 1% | - |
| XYZ | 54.55 | 67.22 | 104.71 | - |
| YUV | 200.88 | 158.54 | 75.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 228 | 255 | 0.50 | 0.11 | 0 | 0 | 192.66 | 1 | 0.75 |
| Hex | 7F | E4 | FF | 32 | B | 0 | 0 | C1 | 64 | 4B |
| Octal | 177 | 344 | 377 | 62 | 13 | 0 | 0 | 301 | 144 | 113 |
| Binary | 1111111 | 11100100 | 11111111 | 110010 | 1011 | 0 | 0 | 11000001 | 1100100 | 1001011 |
Color Harmonies of #7FE4FF
Complementary color
Monochromatic Colors of #7FE4FF
Black with #7FE4FF
Text Example
Text Example
White with #7FE4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE4FF; }
p { color: rgb(127,228,255); }
H1.HeaderClassName
{
color: #7FE4FF;
}
.AnyTagClassName
{
color: #7FE4FF;
}
</style>
background-color css
<style>
a { background-color: #7FE4FF; }
a { background-color: rgb(127,228,255); }
div.DivClassName
{
background-color: #7FE4FF;
}
.BgClassName
{
background-color: #7FE4FF;
}
</style>
border-color css
<style>
span { border-color: #7FE4FF; }
span { border-color: rgb(127,228,255); }
td.TdClassName
{
border-color: #7FE4FF;
}
.TagClassName
{
border-color: #7FE4FF;
}
</style>