Shades of Electric Blue #86F0ED
Tints of Electric Blue #86F0ED
RGB
CMYK
RGB Variations
Color information
#86F0ED (or 0x86F0ED) is known color: Electric Blue. HEX triplet: 86, F0 and ED. RGB value is (134,240,237). Sum of RGB (Red+Green+Blue) = 134+240+237=611 (80% of max value = 765). Red value is 134 (52.73% from 255 or 21.93% from 611); Green value is 240 (94.14% from 255 or 39.28% from 611); Blue value is 237 (92.97% from 255 or 38.79% from 611); Max value from RGB is 240 - color contains mainly: green. Hex color #86F0ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86F0ED is #790F12. Grayscale: #CFCFCF. Windows color (decimal): -7933715 or 15593606. OLE color: 15593606.
HSL color Cylindrical-coordinate representation of color #86F0ED: hue angle of 178.3º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86F0ED is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 134 | 240 | 237 | - |
| CMYK | 0.44 | 0 | 0.01 | 0.06 |
| HSL | 178.3º | 0.78% | 0.73% | - |
| HSV(B) | 178.3º | 0.44% | 0.94% | - |
| XYZ | 56.28 | 73.5 | 91.34 | - |
| YUV | 207.96 | 144.38 | 75.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 240 | 237 | 0.44 | 0 | 0.01 | 0.06 | 178.3 | 0.78 | 0.73 |
| Hex | 86 | F0 | ED | 2C | 0 | 1 | 6 | B2 | 4E | 49 |
| Octal | 206 | 360 | 355 | 54 | 0 | 1 | 6 | 262 | 116 | 111 |
| Binary | 10000110 | 11110000 | 11101101 | 101100 | 0 | 1 | 110 | 10110010 | 1001110 | 1001001 |
Color Harmonies of #86F0ED
Complementary color
Monochromatic Colors of #86F0ED
Black with #86F0ED
Text Example
Text Example
White with #86F0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F0ED; }
p { color: rgb(134,240,237); }
H1.HeaderClassName
{
color: #86F0ED;
}
.AnyTagClassName
{
color: #86F0ED;
}
</style>
background-color css
<style>
a { background-color: #86F0ED; }
a { background-color: rgb(134,240,237); }
div.DivClassName
{
background-color: #86F0ED;
}
.BgClassName
{
background-color: #86F0ED;
}
</style>
border-color css
<style>
span { border-color: #86F0ED; }
span { border-color: rgb(134,240,237); }
td.TdClassName
{
border-color: #86F0ED;
}
.TagClassName
{
border-color: #86F0ED;
}
</style>