Shades of Electric Blue #7FE8FF
Tints of Electric Blue #7FE8FF
RGB
CMYK
RGB Variations
Color information
#7FE8FF (or 0x7FE8FF) is known color: Electric Blue. HEX triplet: 7F, E8 and FF. RGB value is (127,232,255). Sum of RGB (Red+Green+Blue) = 127+232+255=614 (81% of max value = 765). Red value is 127 (50% from 255 or 20.68% from 614); Green value is 232 (91.02% from 255 or 37.79% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #7FE8FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FE8FF is #801700. Grayscale: #CBCBCB. Windows color (decimal): -8394497 or 16771199. OLE color: 16771199.
HSL color Cylindrical-coordinate representation of color #7FE8FF: hue angle of 190.78º 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 #7FE8FF is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 232 | 255 | - |
| CMYK | 0.50 | 0.09 | 0 | 0 |
| HSL | 190.78º | 1% | 0.75% | - |
| HSV(B) | 190.78º | 0.5% | 1% | - |
| XYZ | 55.66 | 69.45 | 105.08 | - |
| YUV | 203.23 | 157.21 | 73.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 232 | 255 | 0.50 | 0.09 | 0 | 0 | 190.78 | 1 | 0.75 |
| Hex | 7F | E8 | FF | 32 | 9 | 0 | 0 | BF | 64 | 4B |
| Octal | 177 | 350 | 377 | 62 | 11 | 0 | 0 | 277 | 144 | 113 |
| Binary | 1111111 | 11101000 | 11111111 | 110010 | 1001 | 0 | 0 | 10111111 | 1100100 | 1001011 |
Color Harmonies of #7FE8FF
Complementary color
Monochromatic Colors of #7FE8FF
Black with #7FE8FF
Text Example
Text Example
White with #7FE8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE8FF; }
p { color: rgb(127,232,255); }
H1.HeaderClassName
{
color: #7FE8FF;
}
.AnyTagClassName
{
color: #7FE8FF;
}
</style>
background-color css
<style>
a { background-color: #7FE8FF; }
a { background-color: rgb(127,232,255); }
div.DivClassName
{
background-color: #7FE8FF;
}
.BgClassName
{
background-color: #7FE8FF;
}
</style>
border-color css
<style>
span { border-color: #7FE8FF; }
span { border-color: rgb(127,232,255); }
td.TdClassName
{
border-color: #7FE8FF;
}
.TagClassName
{
border-color: #7FE8FF;
}
</style>