Shades of Electric Blue #7FFFF5
Tints of Electric Blue #7FFFF5
RGB
CMYK
RGB Variations
Color information
#7FFFF5 (or 0x7FFFF5) is known color: Electric Blue. HEX triplet: 7F, FF and F5. RGB value is (127,255,245). Sum of RGB (Red+Green+Blue) = 127+255+245=627 (83% of max value = 765). Red value is 127 (50% from 255 or 20.26% from 627); Green value is 255 (100% from 255 or 40.67% from 627); Blue value is 245 (96.09% from 255 or 39.07% from 627); Max value from RGB is 255 - color contains mainly: green. Hex color #7FFFF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FFFF5 is #80000A. Grayscale: #D7D7D7. Windows color (decimal): -8388619 or 16121727. OLE color: 16121727.
HSL color Cylindrical-coordinate representation of color #7FFFF5: hue angle of 175.31º 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 #7FFFF5 is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 255 | 245 | - |
| CMYK | 0.50 | 0 | 0.04 | 0 |
| HSL | 175.31º | 1% | 0.75% | - |
| HSV(B) | 175.31º | 0.5% | 1% | - |
| XYZ | 60.99 | 82.62 | 99.12 | - |
| YUV | 215.59 | 144.59 | 64.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 255 | 245 | 0.50 | 0 | 0.04 | 0 | 175.31 | 1 | 0.75 |
| Hex | 7F | FF | F5 | 32 | 0 | 4 | 0 | AF | 64 | 4B |
| Octal | 177 | 377 | 365 | 62 | 0 | 4 | 0 | 257 | 144 | 113 |
| Binary | 1111111 | 11111111 | 11110101 | 110010 | 0 | 100 | 0 | 10101111 | 1100100 | 1001011 |
Color Harmonies of #7FFFF5
Complementary color
Monochromatic Colors of #7FFFF5
Black with #7FFFF5
Text Example
Text Example
White with #7FFFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFFF5; }
p { color: rgb(127,255,245); }
H1.HeaderClassName
{
color: #7FFFF5;
}
.AnyTagClassName
{
color: #7FFFF5;
}
</style>
background-color css
<style>
a { background-color: #7FFFF5; }
a { background-color: rgb(127,255,245); }
div.DivClassName
{
background-color: #7FFFF5;
}
.BgClassName
{
background-color: #7FFFF5;
}
</style>
border-color css
<style>
span { border-color: #7FFFF5; }
span { border-color: rgb(127,255,245); }
td.TdClassName
{
border-color: #7FFFF5;
}
.TagClassName
{
border-color: #7FFFF5;
}
</style>