Shades of Electric Blue #7FF8FF
Tints of Electric Blue #7FF8FF
RGB
CMYK
RGB Variations
Color information
#7FF8FF (or 0x7FF8FF) is known color: Electric Blue. HEX triplet: 7F, F8 and FF. RGB value is (127,248,255). Sum of RGB (Red+Green+Blue) = 127+248+255=630 (83% of max value = 765). Red value is 127 (50% from 255 or 20.16% from 630); Green value is 248 (97.27% from 255 or 39.37% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #7FF8FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FF8FF is #800700. Grayscale: #D4D4D4. Windows color (decimal): -8390401 or 16775295. OLE color: 16775295.
HSL color Cylindrical-coordinate representation of color #7FF8FF: hue angle of 183.28º 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 #7FF8FF is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 248 | 255 | - |
| CMYK | 0.50 | 0.03 | 0 | 0 |
| HSL | 183.28º | 1% | 0.75% | - |
| HSV(B) | 183.28º | 0.5% | 1% | - |
| XYZ | 60.37 | 78.87 | 106.65 | - |
| YUV | 212.62 | 151.91 | 66.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 248 | 255 | 0.50 | 0.03 | 0 | 0 | 183.28 | 1 | 0.75 |
| Hex | 7F | F8 | FF | 32 | 3 | 0 | 0 | B7 | 64 | 4B |
| Octal | 177 | 370 | 377 | 62 | 3 | 0 | 0 | 267 | 144 | 113 |
| Binary | 1111111 | 11111000 | 11111111 | 110010 | 11 | 0 | 0 | 10110111 | 1100100 | 1001011 |
Color Harmonies of #7FF8FF
Complementary color
Monochromatic Colors of #7FF8FF
Black with #7FF8FF
Text Example
Text Example
White with #7FF8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FF8FF; }
p { color: rgb(127,248,255); }
H1.HeaderClassName
{
color: #7FF8FF;
}
.AnyTagClassName
{
color: #7FF8FF;
}
</style>
background-color css
<style>
a { background-color: #7FF8FF; }
a { background-color: rgb(127,248,255); }
div.DivClassName
{
background-color: #7FF8FF;
}
.BgClassName
{
background-color: #7FF8FF;
}
</style>
border-color css
<style>
span { border-color: #7FF8FF; }
span { border-color: rgb(127,248,255); }
td.TdClassName
{
border-color: #7FF8FF;
}
.TagClassName
{
border-color: #7FF8FF;
}
</style>