Shades of Electric Blue #86EEE9
Tints of Electric Blue #86EEE9
RGB
CMYK
RGB Variations
Color information
#86EEE9 (or 0x86EEE9) is known color: Electric Blue. HEX triplet: 86, EE and E9. RGB value is (134,238,233). Sum of RGB (Red+Green+Blue) = 134+238+233=605 (80% of max value = 765). Red value is 134 (52.73% from 255 or 22.15% from 605); Green value is 238 (93.36% from 255 or 39.34% from 605); Blue value is 233 (91.41% from 255 or 38.51% from 605); Max value from RGB is 238 - color contains mainly: green. Hex color #86EEE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86EEE9 is #791116. Grayscale: #CECECE. Windows color (decimal): -7934231 or 15330950. OLE color: 15330950.
HSL color Cylindrical-coordinate representation of color #86EEE9: hue angle of 177.12º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86EEE9 is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 238 | 233 | - |
| CMYK | 0.44 | 0 | 0.02 | 0.07 |
| HSL | 177.12º | 0.75% | 0.73% | - |
| HSV(B) | 177.12º | 0.44% | 0.93% | - |
| XYZ | 55.11 | 72.1 | 88.1 | - |
| YUV | 206.33 | 143.04 | 76.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 238 | 233 | 0.44 | 0 | 0.02 | 0.07 | 177.12 | 0.75 | 0.73 |
| Hex | 86 | EE | E9 | 2C | 0 | 2 | 7 | B1 | 4B | 49 |
| Octal | 206 | 356 | 351 | 54 | 0 | 2 | 7 | 261 | 113 | 111 |
| Binary | 10000110 | 11101110 | 11101001 | 101100 | 0 | 10 | 111 | 10110001 | 1001011 | 1001001 |
Color Harmonies of #86EEE9
Complementary color
Monochromatic Colors of #86EEE9
Black with #86EEE9
Text Example
Text Example
White with #86EEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EEE9; }
p { color: rgb(134,238,233); }
H1.HeaderClassName
{
color: #86EEE9;
}
.AnyTagClassName
{
color: #86EEE9;
}
</style>
background-color css
<style>
a { background-color: #86EEE9; }
a { background-color: rgb(134,238,233); }
div.DivClassName
{
background-color: #86EEE9;
}
.BgClassName
{
background-color: #86EEE9;
}
</style>
border-color css
<style>
span { border-color: #86EEE9; }
span { border-color: rgb(134,238,233); }
td.TdClassName
{
border-color: #86EEE9;
}
.TagClassName
{
border-color: #86EEE9;
}
</style>