Shades of Electric Blue #7FE5FF
Tints of Electric Blue #7FE5FF
RGB
CMYK
RGB Variations
Color information
#7FE5FF (or 0x7FE5FF) is known color: Electric Blue. HEX triplet: 7F, E5 and FF. RGB value is (127,229,255). Sum of RGB (Red+Green+Blue) = 127+229+255=611 (80% of max value = 765). Red value is 127 (50% from 255 or 20.79% from 611); Green value is 229 (89.84% from 255 or 37.48% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #7FE5FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FE5FF is #801A00. Grayscale: #C9C9C9. Windows color (decimal): -8395265 or 16770431. OLE color: 16770431.
HSL color Cylindrical-coordinate representation of color #7FE5FF: hue angle of 192.19º 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 #7FE5FF is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 229 | 255 | - |
| CMYK | 0.50 | 0.10 | 0 | 0 |
| HSL | 192.19º | 1% | 0.75% | - |
| HSV(B) | 192.19º | 0.5% | 1% | - |
| XYZ | 54.82 | 67.77 | 104.8 | - |
| YUV | 201.47 | 158.21 | 74.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 229 | 255 | 0.50 | 0.10 | 0 | 0 | 192.19 | 1 | 0.75 |
| Hex | 7F | E5 | FF | 32 | A | 0 | 0 | C0 | 64 | 4B |
| Octal | 177 | 345 | 377 | 62 | 12 | 0 | 0 | 300 | 144 | 113 |
| Binary | 1111111 | 11100101 | 11111111 | 110010 | 1010 | 0 | 0 | 11000000 | 1100100 | 1001011 |
Color Harmonies of #7FE5FF
Complementary color
Monochromatic Colors of #7FE5FF
Black with #7FE5FF
Text Example
Text Example
White with #7FE5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE5FF; }
p { color: rgb(127,229,255); }
H1.HeaderClassName
{
color: #7FE5FF;
}
.AnyTagClassName
{
color: #7FE5FF;
}
</style>
background-color css
<style>
a { background-color: #7FE5FF; }
a { background-color: rgb(127,229,255); }
div.DivClassName
{
background-color: #7FE5FF;
}
.BgClassName
{
background-color: #7FE5FF;
}
</style>
border-color css
<style>
span { border-color: #7FE5FF; }
span { border-color: rgb(127,229,255); }
td.TdClassName
{
border-color: #7FE5FF;
}
.TagClassName
{
border-color: #7FE5FF;
}
</style>