Shades of Electric Blue #86F0FE
Tints of Electric Blue #86F0FE
RGB
CMYK
RGB Variations
Color information
#86F0FE (or 0x86F0FE) is known color: Electric Blue. HEX triplet: 86, F0 and FE. RGB value is (134,240,254). Sum of RGB (Red+Green+Blue) = 134+240+254=628 (83% of max value = 765). Red value is 134 (52.73% from 255 or 21.34% from 628); Green value is 240 (94.14% from 255 or 38.22% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #86F0FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86F0FE is #790F01. Grayscale: #D1D1D1. Windows color (decimal): -7933698 or 16707718. OLE color: 16707718.
HSL color Cylindrical-coordinate representation of color #86F0FE: hue angle of 187º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86F0FE is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 134 | 240 | 254 | - |
| CMYK | 0.47 | 0.06 | 0 | 0.00 |
| HSL | 187º | 0.98% | 0.76% | - |
| HSV(B) | 187º | 0.47% | 1% | - |
| XYZ | 58.88 | 74.54 | 105.05 | - |
| YUV | 209.9 | 152.88 | 73.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 240 | 254 | 0.47 | 0.06 | 0 | 0.00 | 187 | 0.98 | 0.76 |
| Hex | 86 | F0 | FE | 2F | 6 | 0 | 0 | BB | 62 | 4C |
| Octal | 206 | 360 | 376 | 57 | 6 | 0 | 0 | 273 | 142 | 114 |
| Binary | 10000110 | 11110000 | 11111110 | 101111 | 110 | 0 | 0 | 10111011 | 1100010 | 1001100 |
Color Harmonies of #86F0FE
Complementary color
Monochromatic Colors of #86F0FE
Black with #86F0FE
Text Example
Text Example
White with #86F0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F0FE; }
p { color: rgb(134,240,254); }
H1.HeaderClassName
{
color: #86F0FE;
}
.AnyTagClassName
{
color: #86F0FE;
}
</style>
background-color css
<style>
a { background-color: #86F0FE; }
a { background-color: rgb(134,240,254); }
div.DivClassName
{
background-color: #86F0FE;
}
.BgClassName
{
background-color: #86F0FE;
}
</style>
border-color css
<style>
span { border-color: #86F0FE; }
span { border-color: rgb(134,240,254); }
td.TdClassName
{
border-color: #86F0FE;
}
.TagClassName
{
border-color: #86F0FE;
}
</style>