Shades of Electric Blue #86FDEB
Tints of Electric Blue #86FDEB
RGB
CMYK
RGB Variations
Color information
#86FDEB (or 0x86FDEB) is known color: Electric Blue. HEX triplet: 86, FD and EB. RGB value is (134,253,235). Sum of RGB (Red+Green+Blue) = 134+253+235=622 (82% of max value = 765). Red value is 134 (52.73% from 255 or 21.54% from 622); Green value is 253 (99.22% from 255 or 40.68% from 622); Blue value is 235 (92.19% from 255 or 37.78% from 622); Max value from RGB is 253 - color contains mainly: green. Hex color #86FDEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86FDEB is #790214. Grayscale: #D7D7D7. Windows color (decimal): -7930389 or 15465862. OLE color: 15465862.
HSL color Cylindrical-coordinate representation of color #86FDEB: hue angle of 170.92º 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 #86FDEB is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 134 | 253 | 235 | - |
| CMYK | 0.47 | 0 | 0.07 | 0.01 |
| HSL | 170.92º | 0.97% | 0.76% | - |
| HSV(B) | 170.92º | 0.47% | 0.99% | - |
| XYZ | 59.95 | 81.32 | 91.13 | - |
| YUV | 215.37 | 139.08 | 69.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 253 | 235 | 0.47 | 0 | 0.07 | 0.01 | 170.92 | 0.97 | 0.76 |
| Hex | 86 | FD | EB | 2F | 0 | 7 | 1 | AB | 61 | 4C |
| Octal | 206 | 375 | 353 | 57 | 0 | 7 | 1 | 253 | 141 | 114 |
| Binary | 10000110 | 11111101 | 11101011 | 101111 | 0 | 111 | 1 | 10101011 | 1100001 | 1001100 |
Color Harmonies of #86FDEB
Complementary color
Monochromatic Colors of #86FDEB
Black with #86FDEB
Text Example
Text Example
White with #86FDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FDEB; }
p { color: rgb(134,253,235); }
H1.HeaderClassName
{
color: #86FDEB;
}
.AnyTagClassName
{
color: #86FDEB;
}
</style>
background-color css
<style>
a { background-color: #86FDEB; }
a { background-color: rgb(134,253,235); }
div.DivClassName
{
background-color: #86FDEB;
}
.BgClassName
{
background-color: #86FDEB;
}
</style>
border-color css
<style>
span { border-color: #86FDEB; }
span { border-color: rgb(134,253,235); }
td.TdClassName
{
border-color: #86FDEB;
}
.TagClassName
{
border-color: #86FDEB;
}
</style>