Shades of Electric Blue #86F0FA
Tints of Electric Blue #86F0FA
RGB
CMYK
RGB Variations
Color information
#86F0FA (or 0x86F0FA) is known color: Electric Blue. HEX triplet: 86, F0 and FA. RGB value is (134,240,250). Sum of RGB (Red+Green+Blue) = 134+240+250=624 (82% of max value = 765). Red value is 134 (52.73% from 255 or 21.47% from 624); Green value is 240 (94.14% from 255 or 38.46% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #86F0FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86F0FA is #790F05. Grayscale: #D1D1D1. Windows color (decimal): -7933702 or 16445574. OLE color: 16445574.
HSL color Cylindrical-coordinate representation of color #86F0FA: hue angle of 185.17º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86F0FA is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 240 | 250 | - |
| CMYK | 0.46 | 0.04 | 0 | 0.02 |
| HSL | 185.17º | 0.92% | 0.75% | - |
| HSV(B) | 185.17º | 0.46% | 0.98% | - |
| XYZ | 58.25 | 74.29 | 101.71 | - |
| YUV | 209.45 | 150.88 | 74.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 240 | 250 | 0.46 | 0.04 | 0 | 0.02 | 185.17 | 0.92 | 0.75 |
| Hex | 86 | F0 | FA | 2E | 4 | 0 | 2 | B9 | 5C | 4B |
| Octal | 206 | 360 | 372 | 56 | 4 | 0 | 2 | 271 | 134 | 113 |
| Binary | 10000110 | 11110000 | 11111010 | 101110 | 100 | 0 | 10 | 10111001 | 1011100 | 1001011 |
Color Harmonies of #86F0FA
Complementary color
Monochromatic Colors of #86F0FA
Black with #86F0FA
Text Example
Text Example
White with #86F0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F0FA; }
p { color: rgb(134,240,250); }
H1.HeaderClassName
{
color: #86F0FA;
}
.AnyTagClassName
{
color: #86F0FA;
}
</style>
background-color css
<style>
a { background-color: #86F0FA; }
a { background-color: rgb(134,240,250); }
div.DivClassName
{
background-color: #86F0FA;
}
.BgClassName
{
background-color: #86F0FA;
}
</style>
border-color css
<style>
span { border-color: #86F0FA; }
span { border-color: rgb(134,240,250); }
td.TdClassName
{
border-color: #86F0FA;
}
.TagClassName
{
border-color: #86F0FA;
}
</style>