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