Shades of Electric Blue #86F6ED
Tints of Electric Blue #86F6ED
RGB
CMYK
RGB Variations
Color information
#86F6ED (or 0x86F6ED) is known color: Electric Blue. HEX triplet: 86, F6 and ED. RGB value is (134,246,237). Sum of RGB (Red+Green+Blue) = 134+246+237=617 (81% of max value = 765). Red value is 134 (52.73% from 255 or 21.72% from 617); Green value is 246 (96.48% from 255 or 39.87% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 246 - color contains mainly: green. Hex color #86F6ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86F6ED is #790912. Grayscale: #D3D3D3. Windows color (decimal): -7932179 or 15595142. OLE color: 15595142.
HSL color Cylindrical-coordinate representation of color #86F6ED: hue angle of 175.18º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86F6ED is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 134 | 246 | 237 | - |
| CMYK | 0.46 | 0 | 0.04 | 0.04 |
| HSL | 175.18º | 0.86% | 0.75% | - |
| HSV(B) | 175.18º | 0.46% | 0.96% | - |
| XYZ | 58.07 | 77.09 | 91.94 | - |
| YUV | 211.49 | 142.39 | 72.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 246 | 237 | 0.46 | 0 | 0.04 | 0.04 | 175.18 | 0.86 | 0.75 |
| Hex | 86 | F6 | ED | 2E | 0 | 4 | 4 | AF | 56 | 4B |
| Octal | 206 | 366 | 355 | 56 | 0 | 4 | 4 | 257 | 126 | 113 |
| Binary | 10000110 | 11110110 | 11101101 | 101110 | 0 | 100 | 100 | 10101111 | 1010110 | 1001011 |
Color Harmonies of #86F6ED
Complementary color
Monochromatic Colors of #86F6ED
Black with #86F6ED
Text Example
Text Example
White with #86F6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F6ED; }
p { color: rgb(134,246,237); }
H1.HeaderClassName
{
color: #86F6ED;
}
.AnyTagClassName
{
color: #86F6ED;
}
</style>
background-color css
<style>
a { background-color: #86F6ED; }
a { background-color: rgb(134,246,237); }
div.DivClassName
{
background-color: #86F6ED;
}
.BgClassName
{
background-color: #86F6ED;
}
</style>
border-color css
<style>
span { border-color: #86F6ED; }
span { border-color: rgb(134,246,237); }
td.TdClassName
{
border-color: #86F6ED;
}
.TagClassName
{
border-color: #86F6ED;
}
</style>