Shades of Electric Blue #86F0FF
Tints of Electric Blue #86F0FF
RGB
CMYK
RGB Variations
Color information
#86F0FF (or 0x86F0FF) is known color: Electric Blue. HEX triplet: 86, F0 and FF. RGB value is (134,240,255). Sum of RGB (Red+Green+Blue) = 134+240+255=629 (83% of max value = 765). Red value is 134 (52.73% from 255 or 21.30% from 629); Green value is 240 (94.14% from 255 or 38.16% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #86F0FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86F0FF is #790F00. Grayscale: #D1D1D1. Windows color (decimal): -7933697 or 16773254. OLE color: 16773254.
HSL color Cylindrical-coordinate representation of color #86F0FF: hue angle of 187.44º 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 #86F0FF is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 240 | 255 | - |
| CMYK | 0.47 | 0.06 | 0 | 0 |
| HSL | 187.44º | 1% | 0.76% | - |
| HSV(B) | 187.44º | 0.47% | 1% | - |
| XYZ | 59.04 | 74.61 | 105.9 | - |
| YUV | 210.02 | 153.38 | 73.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 240 | 255 | 0.47 | 0.06 | 0 | 0 | 187.44 | 1 | 0.76 |
| Hex | 86 | F0 | FF | 2F | 6 | 0 | 0 | BB | 64 | 4C |
| Octal | 206 | 360 | 377 | 57 | 6 | 0 | 0 | 273 | 144 | 114 |
| Binary | 10000110 | 11110000 | 11111111 | 101111 | 110 | 0 | 0 | 10111011 | 1100100 | 1001100 |
Color Harmonies of #86F0FF
Complementary color
Monochromatic Colors of #86F0FF
Black with #86F0FF
Text Example
Text Example
White with #86F0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F0FF; }
p { color: rgb(134,240,255); }
H1.HeaderClassName
{
color: #86F0FF;
}
.AnyTagClassName
{
color: #86F0FF;
}
</style>
background-color css
<style>
a { background-color: #86F0FF; }
a { background-color: rgb(134,240,255); }
div.DivClassName
{
background-color: #86F0FF;
}
.BgClassName
{
background-color: #86F0FF;
}
</style>
border-color css
<style>
span { border-color: #86F0FF; }
span { border-color: rgb(134,240,255); }
td.TdClassName
{
border-color: #86F0FF;
}
.TagClassName
{
border-color: #86F0FF;
}
</style>