Shades of Electric Blue #86F5EE
Tints of Electric Blue #86F5EE
RGB
CMYK
RGB Variations
Color information
#86F5EE (or 0x86F5EE) is known color: Electric Blue. HEX triplet: 86, F5 and EE. RGB value is (134,245,238). Sum of RGB (Red+Green+Blue) = 134+245+238=617 (81% of max value = 765). Red value is 134 (52.73% from 255 or 21.72% from 617); Green value is 245 (96.09% from 255 or 39.71% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 245 - color contains mainly: green. Hex color #86F5EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86F5EE is #790A11. Grayscale: #D2D2D2. Windows color (decimal): -7932434 or 15660422. OLE color: 15660422.
HSL color Cylindrical-coordinate representation of color #86F5EE: hue angle of 176.22º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86F5EE is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 134 | 245 | 238 | - |
| CMYK | 0.45 | 0 | 0.03 | 0.04 |
| HSL | 176.22º | 0.85% | 0.74% | - |
| HSV(B) | 176.22º | 0.45% | 0.96% | - |
| XYZ | 57.92 | 76.55 | 92.61 | - |
| YUV | 211.01 | 143.23 | 73.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 245 | 238 | 0.45 | 0 | 0.03 | 0.04 | 176.22 | 0.85 | 0.74 |
| Hex | 86 | F5 | EE | 2D | 0 | 3 | 4 | B0 | 55 | 4A |
| Octal | 206 | 365 | 356 | 55 | 0 | 3 | 4 | 260 | 125 | 112 |
| Binary | 10000110 | 11110101 | 11101110 | 101101 | 0 | 11 | 100 | 10110000 | 1010101 | 1001010 |
Color Harmonies of #86F5EE
Complementary color
Monochromatic Colors of #86F5EE
Black with #86F5EE
Text Example
Text Example
White with #86F5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F5EE; }
p { color: rgb(134,245,238); }
H1.HeaderClassName
{
color: #86F5EE;
}
.AnyTagClassName
{
color: #86F5EE;
}
</style>
background-color css
<style>
a { background-color: #86F5EE; }
a { background-color: rgb(134,245,238); }
div.DivClassName
{
background-color: #86F5EE;
}
.BgClassName
{
background-color: #86F5EE;
}
</style>
border-color css
<style>
span { border-color: #86F5EE; }
span { border-color: rgb(134,245,238); }
td.TdClassName
{
border-color: #86F5EE;
}
.TagClassName
{
border-color: #86F5EE;
}
</style>