Shades of Electric Blue #86F3EA
Tints of Electric Blue #86F3EA
RGB
CMYK
RGB Variations
Color information
#86F3EA (or 0x86F3EA) is known color: Electric Blue. HEX triplet: 86, F3 and EA. RGB value is (134,243,234). Sum of RGB (Red+Green+Blue) = 134+243+234=611 (80% of max value = 765). Red value is 134 (52.73% from 255 or 21.93% from 611); Green value is 243 (95.31% from 255 or 39.77% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 243 - color contains mainly: green. Hex color #86F3EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86F3EA is #790C15. Grayscale: #D1D1D1. Windows color (decimal): -7932950 or 15397766. OLE color: 15397766.
HSL color Cylindrical-coordinate representation of color #86F3EA: hue angle of 175.05º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86F3EA is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 243 | 234 | - |
| CMYK | 0.45 | 0 | 0.04 | 0.05 |
| HSL | 175.05º | 0.82% | 0.74% | - |
| HSV(B) | 175.05º | 0.45% | 0.95% | - |
| XYZ | 56.73 | 75.11 | 89.35 | - |
| YUV | 209.38 | 141.89 | 74.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 243 | 234 | 0.45 | 0 | 0.04 | 0.05 | 175.05 | 0.82 | 0.74 |
| Hex | 86 | F3 | EA | 2D | 0 | 4 | 5 | AF | 52 | 4A |
| Octal | 206 | 363 | 352 | 55 | 0 | 4 | 5 | 257 | 122 | 112 |
| Binary | 10000110 | 11110011 | 11101010 | 101101 | 0 | 100 | 101 | 10101111 | 1010010 | 1001010 |
Color Harmonies of #86F3EA
Complementary color
Monochromatic Colors of #86F3EA
Black with #86F3EA
Text Example
Text Example
White with #86F3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F3EA; }
p { color: rgb(134,243,234); }
H1.HeaderClassName
{
color: #86F3EA;
}
.AnyTagClassName
{
color: #86F3EA;
}
</style>
background-color css
<style>
a { background-color: #86F3EA; }
a { background-color: rgb(134,243,234); }
div.DivClassName
{
background-color: #86F3EA;
}
.BgClassName
{
background-color: #86F3EA;
}
</style>
border-color css
<style>
span { border-color: #86F3EA; }
span { border-color: rgb(134,243,234); }
td.TdClassName
{
border-color: #86F3EA;
}
.TagClassName
{
border-color: #86F3EA;
}
</style>