Shades of Electric Blue #86E9EF
Tints of Electric Blue #86E9EF
RGB
CMYK
RGB Variations
Color information
#86E9EF (or 0x86E9EF) is known color: Electric Blue. HEX triplet: 86, E9 and EF. RGB value is (134,233,239). Sum of RGB (Red+Green+Blue) = 134+233+239=606 (80% of max value = 765). Red value is 134 (52.73% from 255 or 22.11% from 606); Green value is 233 (91.41% from 255 or 38.45% from 606); Blue value is 239 (93.75% from 255 or 39.44% from 606); Max value from RGB is 239 - color contains mainly: blue. Hex color #86E9EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86E9EF is #791610. Grayscale: #CBCBCB. Windows color (decimal): -7935505 or 15722886. OLE color: 15722886.
HSL color Cylindrical-coordinate representation of color #86E9EF: hue angle of 183.43º degrees, saturation: 0.77, 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 #86E9EF is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 134 | 233 | 239 | - |
| CMYK | 0.44 | 0.03 | 0 | 0.06 |
| HSL | 183.43º | 0.77% | 0.73% | - |
| HSV(B) | 183.43º | 0.44% | 0.94% | - |
| XYZ | 54.55 | 69.58 | 92.22 | - |
| YUV | 204.08 | 147.7 | 78.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 233 | 239 | 0.44 | 0.03 | 0 | 0.06 | 183.43 | 0.77 | 0.73 |
| Hex | 86 | E9 | EF | 2C | 3 | 0 | 6 | B7 | 4D | 49 |
| Octal | 206 | 351 | 357 | 54 | 3 | 0 | 6 | 267 | 115 | 111 |
| Binary | 10000110 | 11101001 | 11101111 | 101100 | 11 | 0 | 110 | 10110111 | 1001101 | 1001001 |
Color Harmonies of #86E9EF
Complementary color
Monochromatic Colors of #86E9EF
Black with #86E9EF
Text Example
Text Example
White with #86E9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E9EF; }
p { color: rgb(134,233,239); }
H1.HeaderClassName
{
color: #86E9EF;
}
.AnyTagClassName
{
color: #86E9EF;
}
</style>
background-color css
<style>
a { background-color: #86E9EF; }
a { background-color: rgb(134,233,239); }
div.DivClassName
{
background-color: #86E9EF;
}
.BgClassName
{
background-color: #86E9EF;
}
</style>
border-color css
<style>
span { border-color: #86E9EF; }
span { border-color: rgb(134,233,239); }
td.TdClassName
{
border-color: #86E9EF;
}
.TagClassName
{
border-color: #86E9EF;
}
</style>