Shades of Electric Blue #87FFED
Tints of Electric Blue #87FFED
RGB
CMYK
RGB Variations
Color information
#87FFED (or 0x87FFED) is known color: Electric Blue. HEX triplet: 87, FF and ED. RGB value is (135,255,237). Sum of RGB (Red+Green+Blue) = 135+255+237=627 (83% of max value = 765). Red value is 135 (53.12% from 255 or 21.53% from 627); Green value is 255 (100% from 255 or 40.67% from 627); Blue value is 237 (92.97% from 255 or 37.80% from 627); Max value from RGB is 255 - color contains mainly: green. Hex color #87FFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #87FFED is #780012. Grayscale: #D9D9D9. Windows color (decimal): -7864339 or 15597447. OLE color: 15597447.
HSL color Cylindrical-coordinate representation of color #87FFED: hue angle of 171º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #87FFED is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 255 | 237 | - |
| CMYK | 0.47 | 0 | 0.07 | 0 |
| HSL | 171º | 1% | 0.76% | - |
| HSV(B) | 171º | 0.47% | 1% | - |
| XYZ | 61.04 | 82.79 | 92.88 | - |
| YUV | 217.07 | 139.24 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 255 | 237 | 0.47 | 0 | 0.07 | 0 | 171 | 1 | 0.76 |
| Hex | 87 | FF | ED | 2F | 0 | 7 | 0 | AB | 64 | 4C |
| Octal | 207 | 377 | 355 | 57 | 0 | 7 | 0 | 253 | 144 | 114 |
| Binary | 10000111 | 11111111 | 11101101 | 101111 | 0 | 111 | 0 | 10101011 | 1100100 | 1001100 |
Color Harmonies of #87FFED
Complementary color
Monochromatic Colors of #87FFED
Black with #87FFED
Text Example
Text Example
White with #87FFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87FFED; }
p { color: rgb(135,255,237); }
H1.HeaderClassName
{
color: #87FFED;
}
.AnyTagClassName
{
color: #87FFED;
}
</style>
background-color css
<style>
a { background-color: #87FFED; }
a { background-color: rgb(135,255,237); }
div.DivClassName
{
background-color: #87FFED;
}
.BgClassName
{
background-color: #87FFED;
}
</style>
border-color css
<style>
span { border-color: #87FFED; }
span { border-color: rgb(135,255,237); }
td.TdClassName
{
border-color: #87FFED;
}
.TagClassName
{
border-color: #87FFED;
}
</style>