Shades of Electric Blue #86F7FF
Tints of Electric Blue #86F7FF
RGB
CMYK
RGB Variations
Color information
#86F7FF (or 0x86F7FF) is known color: Electric Blue. HEX triplet: 86, F7 and FF. RGB value is (134,247,255). Sum of RGB (Red+Green+Blue) = 134+247+255=636 (84% of max value = 765). Red value is 134 (52.73% from 255 or 21.07% from 636); Green value is 247 (96.88% from 255 or 38.84% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #86F7FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86F7FF is #790800. Grayscale: #D5D5D5. Windows color (decimal): -7931905 or 16775046. OLE color: 16775046.
HSL color Cylindrical-coordinate representation of color #86F7FF: hue angle of 183.97º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86F7FF is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 247 | 255 | - |
| CMYK | 0.47 | 0.03 | 0 | 0 |
| HSL | 183.97º | 1% | 0.76% | - |
| HSV(B) | 183.97º | 0.47% | 1% | - |
| XYZ | 61.14 | 78.81 | 106.6 | - |
| YUV | 214.13 | 151.06 | 70.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 247 | 255 | 0.47 | 0.03 | 0 | 0 | 183.97 | 1 | 0.76 |
| Hex | 86 | F7 | FF | 2F | 3 | 0 | 0 | B8 | 64 | 4C |
| Octal | 206 | 367 | 377 | 57 | 3 | 0 | 0 | 270 | 144 | 114 |
| Binary | 10000110 | 11110111 | 11111111 | 101111 | 11 | 0 | 0 | 10111000 | 1100100 | 1001100 |
Color Harmonies of #86F7FF
Complementary color
Monochromatic Colors of #86F7FF
Black with #86F7FF
Text Example
Text Example
White with #86F7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F7FF; }
p { color: rgb(134,247,255); }
H1.HeaderClassName
{
color: #86F7FF;
}
.AnyTagClassName
{
color: #86F7FF;
}
</style>
background-color css
<style>
a { background-color: #86F7FF; }
a { background-color: rgb(134,247,255); }
div.DivClassName
{
background-color: #86F7FF;
}
.BgClassName
{
background-color: #86F7FF;
}
</style>
border-color css
<style>
span { border-color: #86F7FF; }
span { border-color: rgb(134,247,255); }
td.TdClassName
{
border-color: #86F7FF;
}
.TagClassName
{
border-color: #86F7FF;
}
</style>