Shades of Electric Blue #86EEFE
Tints of Electric Blue #86EEFE
RGB
CMYK
RGB Variations
Color information
#86EEFE (or 0x86EEFE) is known color: Electric Blue. HEX triplet: 86, EE and FE. RGB value is (134,238,254). Sum of RGB (Red+Green+Blue) = 134+238+254=626 (82% of max value = 765). Red value is 134 (52.73% from 255 or 21.41% from 626); Green value is 238 (93.36% from 255 or 38.02% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #86EEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86EEFE is #791101. Grayscale: #D0D0D0. Windows color (decimal): -7934210 or 16707206. OLE color: 16707206.
HSL color Cylindrical-coordinate representation of color #86EEFE: hue angle of 188º 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 #86EEFE is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 134 | 238 | 254 | - |
| CMYK | 0.47 | 0.06 | 0 | 0.00 |
| HSL | 188º | 0.98% | 0.76% | - |
| HSV(B) | 188º | 0.47% | 1% | - |
| XYZ | 58.3 | 73.37 | 104.86 | - |
| YUV | 208.73 | 153.54 | 74.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 238 | 254 | 0.47 | 0.06 | 0 | 0.00 | 188 | 0.98 | 0.76 |
| Hex | 86 | EE | FE | 2F | 6 | 0 | 0 | BC | 62 | 4C |
| Octal | 206 | 356 | 376 | 57 | 6 | 0 | 0 | 274 | 142 | 114 |
| Binary | 10000110 | 11101110 | 11111110 | 101111 | 110 | 0 | 0 | 10111100 | 1100010 | 1001100 |
Color Harmonies of #86EEFE
Complementary color
Monochromatic Colors of #86EEFE
Black with #86EEFE
Text Example
Text Example
White with #86EEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EEFE; }
p { color: rgb(134,238,254); }
H1.HeaderClassName
{
color: #86EEFE;
}
.AnyTagClassName
{
color: #86EEFE;
}
</style>
background-color css
<style>
a { background-color: #86EEFE; }
a { background-color: rgb(134,238,254); }
div.DivClassName
{
background-color: #86EEFE;
}
.BgClassName
{
background-color: #86EEFE;
}
</style>
border-color css
<style>
span { border-color: #86EEFE; }
span { border-color: rgb(134,238,254); }
td.TdClassName
{
border-color: #86EEFE;
}
.TagClassName
{
border-color: #86EEFE;
}
</style>