Shades of Electric Blue #86F1EE
Tints of Electric Blue #86F1EE
RGB
CMYK
RGB Variations
Color information
#86F1EE (or 0x86F1EE) is known color: Electric Blue. HEX triplet: 86, F1 and EE. RGB value is (134,241,238). Sum of RGB (Red+Green+Blue) = 134+241+238=613 (81% of max value = 765). Red value is 134 (52.73% from 255 or 21.86% from 613); Green value is 241 (94.53% from 255 or 39.31% from 613); Blue value is 238 (93.36% from 255 or 38.83% from 613); Max value from RGB is 241 - color contains mainly: green. Hex color #86F1EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86F1EE is #790E11. Grayscale: #D0D0D0. Windows color (decimal): -7933458 or 15659398. OLE color: 15659398.
HSL color Cylindrical-coordinate representation of color #86F1EE: hue angle of 178.32º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86F1EE is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 241 | 238 | - |
| CMYK | 0.44 | 0 | 0.01 | 0.05 |
| HSL | 178.32º | 0.79% | 0.74% | - |
| HSV(B) | 178.32º | 0.44% | 0.95% | - |
| XYZ | 56.72 | 74.15 | 92.21 | - |
| YUV | 208.67 | 144.55 | 74.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 241 | 238 | 0.44 | 0 | 0.01 | 0.05 | 178.32 | 0.79 | 0.74 |
| Hex | 86 | F1 | EE | 2C | 0 | 1 | 5 | B2 | 4F | 4A |
| Octal | 206 | 361 | 356 | 54 | 0 | 1 | 5 | 262 | 117 | 112 |
| Binary | 10000110 | 11110001 | 11101110 | 101100 | 0 | 1 | 101 | 10110010 | 1001111 | 1001010 |
Color Harmonies of #86F1EE
Complementary color
Monochromatic Colors of #86F1EE
Black with #86F1EE
Text Example
Text Example
White with #86F1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F1EE; }
p { color: rgb(134,241,238); }
H1.HeaderClassName
{
color: #86F1EE;
}
.AnyTagClassName
{
color: #86F1EE;
}
</style>
background-color css
<style>
a { background-color: #86F1EE; }
a { background-color: rgb(134,241,238); }
div.DivClassName
{
background-color: #86F1EE;
}
.BgClassName
{
background-color: #86F1EE;
}
</style>
border-color css
<style>
span { border-color: #86F1EE; }
span { border-color: rgb(134,241,238); }
td.TdClassName
{
border-color: #86F1EE;
}
.TagClassName
{
border-color: #86F1EE;
}
</style>