Shades of Electric Blue #86EEE7
Tints of Electric Blue #86EEE7
RGB
CMYK
RGB Variations
Color information
#86EEE7 (or 0x86EEE7) is known color: Electric Blue. HEX triplet: 86, EE and E7. RGB value is (134,238,231). Sum of RGB (Red+Green+Blue) = 134+238+231=603 (79% of max value = 765). Red value is 134 (52.73% from 255 or 22.22% from 603); Green value is 238 (93.36% from 255 or 39.47% from 603); Blue value is 231 (90.62% from 255 or 38.31% from 603); Max value from RGB is 238 - color contains mainly: green. Hex color #86EEE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86EEE7 is #791118. Grayscale: #CECECE. Windows color (decimal): -7934233 or 15199878. OLE color: 15199878.
HSL color Cylindrical-coordinate representation of color #86EEE7: hue angle of 175.96º 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 #86EEE7 is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 238 | 231 | - |
| CMYK | 0.44 | 0 | 0.03 | 0.07 |
| HSL | 175.96º | 0.75% | 0.73% | - |
| HSV(B) | 175.96º | 0.44% | 0.93% | - |
| XYZ | 54.83 | 71.99 | 86.61 | - |
| YUV | 206.11 | 142.04 | 76.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 238 | 231 | 0.44 | 0 | 0.03 | 0.07 | 175.96 | 0.75 | 0.73 |
| Hex | 86 | EE | E7 | 2C | 0 | 3 | 7 | B0 | 4B | 49 |
| Octal | 206 | 356 | 347 | 54 | 0 | 3 | 7 | 260 | 113 | 111 |
| Binary | 10000110 | 11101110 | 11100111 | 101100 | 0 | 11 | 111 | 10110000 | 1001011 | 1001001 |
Color Harmonies of #86EEE7
Complementary color
Monochromatic Colors of #86EEE7
Black with #86EEE7
Text Example
Text Example
White with #86EEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EEE7; }
p { color: rgb(134,238,231); }
H1.HeaderClassName
{
color: #86EEE7;
}
.AnyTagClassName
{
color: #86EEE7;
}
</style>
background-color css
<style>
a { background-color: #86EEE7; }
a { background-color: rgb(134,238,231); }
div.DivClassName
{
background-color: #86EEE7;
}
.BgClassName
{
background-color: #86EEE7;
}
</style>
border-color css
<style>
span { border-color: #86EEE7; }
span { border-color: rgb(134,238,231); }
td.TdClassName
{
border-color: #86EEE7;
}
.TagClassName
{
border-color: #86EEE7;
}
</style>