Shades of Electric Blue #86FFEC
Tints of Electric Blue #86FFEC
RGB
CMYK
RGB Variations
Color information
#86FFEC (or 0x86FFEC) is known color: Electric Blue. HEX triplet: 86, FF and EC. RGB value is (134,255,236). Sum of RGB (Red+Green+Blue) = 134+255+236=625 (82% of max value = 765). Red value is 134 (52.73% from 255 or 21.44% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #86FFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86FFEC is #790013. Grayscale: #D8D8D8. Windows color (decimal): -7929876 or 15531910. OLE color: 15531910.
HSL color Cylindrical-coordinate representation of color #86FFEC: hue angle of 170.58º 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 #86FFEC is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 255 | 236 | - |
| CMYK | 0.47 | 0 | 0.07 | 0 |
| HSL | 170.58º | 1% | 0.76% | - |
| HSV(B) | 170.58º | 0.47% | 1% | - |
| XYZ | 60.73 | 82.64 | 92.11 | - |
| YUV | 216.66 | 138.91 | 69.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 255 | 236 | 0.47 | 0 | 0.07 | 0 | 170.58 | 1 | 0.76 |
| Hex | 86 | FF | EC | 2F | 0 | 7 | 0 | AB | 64 | 4C |
| Octal | 206 | 377 | 354 | 57 | 0 | 7 | 0 | 253 | 144 | 114 |
| Binary | 10000110 | 11111111 | 11101100 | 101111 | 0 | 111 | 0 | 10101011 | 1100100 | 1001100 |
Color Harmonies of #86FFEC
Complementary color
Monochromatic Colors of #86FFEC
Black with #86FFEC
Text Example
Text Example
White with #86FFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FFEC; }
p { color: rgb(134,255,236); }
H1.HeaderClassName
{
color: #86FFEC;
}
.AnyTagClassName
{
color: #86FFEC;
}
</style>
background-color css
<style>
a { background-color: #86FFEC; }
a { background-color: rgb(134,255,236); }
div.DivClassName
{
background-color: #86FFEC;
}
.BgClassName
{
background-color: #86FFEC;
}
</style>
border-color css
<style>
span { border-color: #86FFEC; }
span { border-color: rgb(134,255,236); }
td.TdClassName
{
border-color: #86FFEC;
}
.TagClassName
{
border-color: #86FFEC;
}
</style>