Shades of Electric Blue #86E9E7
Tints of Electric Blue #86E9E7
RGB
CMYK
RGB Variations
Color information
#86E9E7 (or 0x86E9E7) is known color: Electric Blue. HEX triplet: 86, E9 and E7. RGB value is (134,233,231). Sum of RGB (Red+Green+Blue) = 134+233+231=598 (79% of max value = 765). Red value is 134 (52.73% from 255 or 22.41% from 598); Green value is 233 (91.41% from 255 or 38.96% from 598); Blue value is 231 (90.62% from 255 or 38.63% from 598); Max value from RGB is 233 - color contains mainly: green. Hex color #86E9E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86E9E7 is #791618. Grayscale: #CBCBCB. Windows color (decimal): -7935513 or 15198598. OLE color: 15198598.
HSL color Cylindrical-coordinate representation of color #86E9E7: hue angle of 178.79º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86E9E7 is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 134 | 233 | 231 | - |
| CMYK | 0.42 | 0 | 0.01 | 0.09 |
| HSL | 178.79º | 0.69% | 0.72% | - |
| HSV(B) | 178.79º | 0.42% | 0.91% | - |
| XYZ | 53.39 | 69.12 | 86.13 | - |
| YUV | 203.17 | 143.7 | 78.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 233 | 231 | 0.42 | 0 | 0.01 | 0.09 | 178.79 | 0.69 | 0.72 |
| Hex | 86 | E9 | E7 | 2A | 0 | 1 | 9 | B3 | 45 | 48 |
| Octal | 206 | 351 | 347 | 52 | 0 | 1 | 11 | 263 | 105 | 110 |
| Binary | 10000110 | 11101001 | 11100111 | 101010 | 0 | 1 | 1001 | 10110011 | 1000101 | 1001000 |
Color Harmonies of #86E9E7
Complementary color
Monochromatic Colors of #86E9E7
Black with #86E9E7
Text Example
Text Example
White with #86E9E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E9E7; }
p { color: rgb(134,233,231); }
H1.HeaderClassName
{
color: #86E9E7;
}
.AnyTagClassName
{
color: #86E9E7;
}
</style>
background-color css
<style>
a { background-color: #86E9E7; }
a { background-color: rgb(134,233,231); }
div.DivClassName
{
background-color: #86E9E7;
}
.BgClassName
{
background-color: #86E9E7;
}
</style>
border-color css
<style>
span { border-color: #86E9E7; }
span { border-color: rgb(134,233,231); }
td.TdClassName
{
border-color: #86E9E7;
}
.TagClassName
{
border-color: #86E9E7;
}
</style>