Shades of Electric Blue #87FEED
Tints of Electric Blue #87FEED
RGB
CMYK
RGB Variations
Color information
#87FEED (or 0x87FEED) is known color: Electric Blue. HEX triplet: 87, FE and ED. RGB value is (135,254,237). Sum of RGB (Red+Green+Blue) = 135+254+237=626 (82% of max value = 765). Red value is 135 (53.12% from 255 or 21.57% from 626); Green value is 254 (99.61% from 255 or 40.58% from 626); Blue value is 237 (92.97% from 255 or 37.86% from 626); Max value from RGB is 254 - color contains mainly: green. Hex color #87FEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #87FEED is #780112. Grayscale: #D8D8D8. Windows color (decimal): -7864595 or 15597191. OLE color: 15597191.
HSL color Cylindrical-coordinate representation of color #87FEED: hue angle of 171.43º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #87FEED is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 135 | 254 | 237 | - |
| CMYK | 0.47 | 0 | 0.07 | 0.00 |
| HSL | 171.43º | 0.98% | 0.76% | - |
| HSV(B) | 171.43º | 0.47% | 1% | - |
| XYZ | 60.72 | 82.15 | 92.78 | - |
| YUV | 216.48 | 139.58 | 69.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 254 | 237 | 0.47 | 0 | 0.07 | 0.00 | 171.43 | 0.98 | 0.76 |
| Hex | 87 | FE | ED | 2F | 0 | 7 | 0 | AB | 62 | 4C |
| Octal | 207 | 376 | 355 | 57 | 0 | 7 | 0 | 253 | 142 | 114 |
| Binary | 10000111 | 11111110 | 11101101 | 101111 | 0 | 111 | 0 | 10101011 | 1100010 | 1001100 |
Color Harmonies of #87FEED
Complementary color
Monochromatic Colors of #87FEED
Black with #87FEED
Text Example
Text Example
White with #87FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87FEED; }
p { color: rgb(135,254,237); }
H1.HeaderClassName
{
color: #87FEED;
}
.AnyTagClassName
{
color: #87FEED;
}
</style>
background-color css
<style>
a { background-color: #87FEED; }
a { background-color: rgb(135,254,237); }
div.DivClassName
{
background-color: #87FEED;
}
.BgClassName
{
background-color: #87FEED;
}
</style>
border-color css
<style>
span { border-color: #87FEED; }
span { border-color: rgb(135,254,237); }
td.TdClassName
{
border-color: #87FEED;
}
.TagClassName
{
border-color: #87FEED;
}
</style>