Shades of Electric Blue #86FDEF
Tints of Electric Blue #86FDEF
RGB
CMYK
RGB Variations
Color information
#86FDEF (or 0x86FDEF) is known color: Electric Blue. HEX triplet: 86, FD and EF. RGB value is (134,253,239). Sum of RGB (Red+Green+Blue) = 134+253+239=626 (82% of max value = 765). Red value is 134 (52.73% from 255 or 21.41% from 626); Green value is 253 (99.22% from 255 or 40.42% from 626); Blue value is 239 (93.75% from 255 or 38.18% from 626); Max value from RGB is 253 - color contains mainly: green. Hex color #86FDEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86FDEF is #790210. Grayscale: #D7D7D7. Windows color (decimal): -7930385 or 15728006. OLE color: 15728006.
HSL color Cylindrical-coordinate representation of color #86FDEF: hue angle of 172.94º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86FDEF is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 134 | 253 | 239 | - |
| CMYK | 0.47 | 0 | 0.06 | 0.01 |
| HSL | 172.94º | 0.97% | 0.76% | - |
| HSV(B) | 172.94º | 0.47% | 0.99% | - |
| XYZ | 60.54 | 81.55 | 94.21 | - |
| YUV | 215.82 | 141.08 | 69.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 253 | 239 | 0.47 | 0 | 0.06 | 0.01 | 172.94 | 0.97 | 0.76 |
| Hex | 86 | FD | EF | 2F | 0 | 6 | 1 | AD | 61 | 4C |
| Octal | 206 | 375 | 357 | 57 | 0 | 6 | 1 | 255 | 141 | 114 |
| Binary | 10000110 | 11111101 | 11101111 | 101111 | 0 | 110 | 1 | 10101101 | 1100001 | 1001100 |
Color Harmonies of #86FDEF
Complementary color
Monochromatic Colors of #86FDEF
Black with #86FDEF
Text Example
Text Example
White with #86FDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FDEF; }
p { color: rgb(134,253,239); }
H1.HeaderClassName
{
color: #86FDEF;
}
.AnyTagClassName
{
color: #86FDEF;
}
</style>
background-color css
<style>
a { background-color: #86FDEF; }
a { background-color: rgb(134,253,239); }
div.DivClassName
{
background-color: #86FDEF;
}
.BgClassName
{
background-color: #86FDEF;
}
</style>
border-color css
<style>
span { border-color: #86FDEF; }
span { border-color: rgb(134,253,239); }
td.TdClassName
{
border-color: #86FDEF;
}
.TagClassName
{
border-color: #86FDEF;
}
</style>