Shades of Electric Blue #86EBED
Tints of Electric Blue #86EBED
RGB
CMYK
RGB Variations
Color information
#86EBED (or 0x86EBED) is known color: Electric Blue. HEX triplet: 86, EB and ED. RGB value is (134,235,237). Sum of RGB (Red+Green+Blue) = 134+235+237=606 (80% of max value = 765). Red value is 134 (52.73% from 255 or 22.11% from 606); Green value is 235 (92.19% from 255 or 38.78% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 237 - color contains mainly: blue. Hex color #86EBED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86EBED is #791412. Grayscale: #CCCCCC. Windows color (decimal): -7934995 or 15592326. OLE color: 15592326.
HSL color Cylindrical-coordinate representation of color #86EBED: hue angle of 181.17º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86EBED is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 235 | 237 | - |
| CMYK | 0.43 | 0.01 | 0 | 0.07 |
| HSL | 181.17º | 0.74% | 0.73% | - |
| HSV(B) | 181.17º | 0.43% | 0.93% | - |
| XYZ | 54.83 | 70.6 | 90.86 | - |
| YUV | 205.03 | 146.04 | 77.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 235 | 237 | 0.43 | 0.01 | 0 | 0.07 | 181.17 | 0.74 | 0.73 |
| Hex | 86 | EB | ED | 2B | 1 | 0 | 7 | B5 | 4A | 49 |
| Octal | 206 | 353 | 355 | 53 | 1 | 0 | 7 | 265 | 112 | 111 |
| Binary | 10000110 | 11101011 | 11101101 | 101011 | 1 | 0 | 111 | 10110101 | 1001010 | 1001001 |
Color Harmonies of #86EBED
Complementary color
Monochromatic Colors of #86EBED
Black with #86EBED
Text Example
Text Example
White with #86EBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EBED; }
p { color: rgb(134,235,237); }
H1.HeaderClassName
{
color: #86EBED;
}
.AnyTagClassName
{
color: #86EBED;
}
</style>
background-color css
<style>
a { background-color: #86EBED; }
a { background-color: rgb(134,235,237); }
div.DivClassName
{
background-color: #86EBED;
}
.BgClassName
{
background-color: #86EBED;
}
</style>
border-color css
<style>
span { border-color: #86EBED; }
span { border-color: rgb(134,235,237); }
td.TdClassName
{
border-color: #86EBED;
}
.TagClassName
{
border-color: #86EBED;
}
</style>