Shades of Electric Blue #86FEED
Tints of Electric Blue #86FEED
RGB
CMYK
RGB Variations
Color information
#86FEED (or 0x86FEED) is known color: Electric Blue. HEX triplet: 86, FE and ED. RGB value is (134,254,237). Sum of RGB (Red+Green+Blue) = 134+254+237=625 (82% of max value = 765). Red value is 134 (52.73% from 255 or 21.44% from 625); Green value is 254 (99.61% from 255 or 40.64% from 625); Blue value is 237 (92.97% from 255 or 37.92% from 625); Max value from RGB is 254 - color contains mainly: green. Hex color #86FEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86FEED is #790112. Grayscale: #D8D8D8. Windows color (decimal): -7930131 or 15597190. OLE color: 15597190.
HSL color Cylindrical-coordinate representation of color #86FEED: hue angle of 171.5º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86FEED is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 134 | 254 | 237 | - |
| CMYK | 0.47 | 0 | 0.07 | 0.00 |
| HSL | 171.5º | 0.98% | 0.76% | - |
| HSV(B) | 171.5º | 0.47% | 1% | - |
| XYZ | 60.56 | 82.07 | 92.77 | - |
| YUV | 216.18 | 139.74 | 69.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 254 | 237 | 0.47 | 0 | 0.07 | 0.00 | 171.5 | 0.98 | 0.76 |
| Hex | 86 | FE | ED | 2F | 0 | 7 | 0 | AC | 62 | 4C |
| Octal | 206 | 376 | 355 | 57 | 0 | 7 | 0 | 254 | 142 | 114 |
| Binary | 10000110 | 11111110 | 11101101 | 101111 | 0 | 111 | 0 | 10101100 | 1100010 | 1001100 |
Color Harmonies of #86FEED
Complementary color
Monochromatic Colors of #86FEED
Black with #86FEED
Text Example
Text Example
White with #86FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FEED; }
p { color: rgb(134,254,237); }
H1.HeaderClassName
{
color: #86FEED;
}
.AnyTagClassName
{
color: #86FEED;
}
</style>
background-color css
<style>
a { background-color: #86FEED; }
a { background-color: rgb(134,254,237); }
div.DivClassName
{
background-color: #86FEED;
}
.BgClassName
{
background-color: #86FEED;
}
</style>
border-color css
<style>
span { border-color: #86FEED; }
span { border-color: rgb(134,254,237); }
td.TdClassName
{
border-color: #86FEED;
}
.TagClassName
{
border-color: #86FEED;
}
</style>