Shades of Electric Blue #86ECFD
Tints of Electric Blue #86ECFD
RGB
CMYK
RGB Variations
Color information
#86ECFD (or 0x86ECFD) is known color: Electric Blue. HEX triplet: 86, EC and FD. RGB value is (134,236,253). Sum of RGB (Red+Green+Blue) = 134+236+253=623 (82% of max value = 765). Red value is 134 (52.73% from 255 or 21.51% from 623); Green value is 236 (92.58% from 255 or 37.88% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 253 - color contains mainly: blue. Hex color #86ECFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86ECFD is #791302. Grayscale: #CFCFCF. Windows color (decimal): -7934723 or 16641158. OLE color: 16641158.
HSL color Cylindrical-coordinate representation of color #86ECFD: hue angle of 188.57º 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 #86ECFD is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 134 | 236 | 253 | - |
| CMYK | 0.47 | 0.07 | 0 | 0.01 |
| HSL | 188.57º | 0.97% | 0.76% | - |
| HSV(B) | 188.57º | 0.47% | 0.99% | - |
| XYZ | 57.56 | 72.15 | 103.82 | - |
| YUV | 207.44 | 153.71 | 75.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 236 | 253 | 0.47 | 0.07 | 0 | 0.01 | 188.57 | 0.97 | 0.76 |
| Hex | 86 | EC | FD | 2F | 7 | 0 | 1 | BD | 61 | 4C |
| Octal | 206 | 354 | 375 | 57 | 7 | 0 | 1 | 275 | 141 | 114 |
| Binary | 10000110 | 11101100 | 11111101 | 101111 | 111 | 0 | 1 | 10111101 | 1100001 | 1001100 |
Color Harmonies of #86ECFD
Complementary color
Monochromatic Colors of #86ECFD
Black with #86ECFD
Text Example
Text Example
White with #86ECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86ECFD; }
p { color: rgb(134,236,253); }
H1.HeaderClassName
{
color: #86ECFD;
}
.AnyTagClassName
{
color: #86ECFD;
}
</style>
background-color css
<style>
a { background-color: #86ECFD; }
a { background-color: rgb(134,236,253); }
div.DivClassName
{
background-color: #86ECFD;
}
.BgClassName
{
background-color: #86ECFD;
}
</style>
border-color css
<style>
span { border-color: #86ECFD; }
span { border-color: rgb(134,236,253); }
td.TdClassName
{
border-color: #86ECFD;
}
.TagClassName
{
border-color: #86ECFD;
}
</style>