Shades of Electric Blue #86EDFF
Tints of Electric Blue #86EDFF
RGB
CMYK
RGB Variations
Color information
#86EDFF (or 0x86EDFF) is known color: Electric Blue. HEX triplet: 86, ED and FF. RGB value is (134,237,255). Sum of RGB (Red+Green+Blue) = 134+237+255=626 (82% of max value = 765). Red value is 134 (52.73% from 255 or 21.41% from 626); Green value is 237 (92.97% from 255 or 37.86% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #86EDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86EDFF is #791200. Grayscale: #D0D0D0. Windows color (decimal): -7934465 or 16772486. OLE color: 16772486.
HSL color Cylindrical-coordinate representation of color #86EDFF: hue angle of 188.93º 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 #86EDFF is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 237 | 255 | - |
| CMYK | 0.47 | 0.07 | 0 | 0 |
| HSL | 188.93º | 1% | 0.76% | - |
| HSV(B) | 188.93º | 0.47% | 1% | - |
| XYZ | 58.17 | 72.86 | 105.6 | - |
| YUV | 208.26 | 154.38 | 75.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 237 | 255 | 0.47 | 0.07 | 0 | 0 | 188.93 | 1 | 0.76 |
| Hex | 86 | ED | FF | 2F | 7 | 0 | 0 | BD | 64 | 4C |
| Octal | 206 | 355 | 377 | 57 | 7 | 0 | 0 | 275 | 144 | 114 |
| Binary | 10000110 | 11101101 | 11111111 | 101111 | 111 | 0 | 0 | 10111101 | 1100100 | 1001100 |
Color Harmonies of #86EDFF
Complementary color
Monochromatic Colors of #86EDFF
Black with #86EDFF
Text Example
Text Example
White with #86EDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EDFF; }
p { color: rgb(134,237,255); }
H1.HeaderClassName
{
color: #86EDFF;
}
.AnyTagClassName
{
color: #86EDFF;
}
</style>
background-color css
<style>
a { background-color: #86EDFF; }
a { background-color: rgb(134,237,255); }
div.DivClassName
{
background-color: #86EDFF;
}
.BgClassName
{
background-color: #86EDFF;
}
</style>
border-color css
<style>
span { border-color: #86EDFF; }
span { border-color: rgb(134,237,255); }
td.TdClassName
{
border-color: #86EDFF;
}
.TagClassName
{
border-color: #86EDFF;
}
</style>