Shades of Electric Blue #87FDEB
Tints of Electric Blue #87FDEB
RGB
CMYK
RGB Variations
Color information
#87FDEB (or 0x87FDEB) is known color: Electric Blue. HEX triplet: 87, FD and EB. RGB value is (135,253,235). Sum of RGB (Red+Green+Blue) = 135+253+235=623 (82% of max value = 765). Red value is 135 (53.12% from 255 or 21.67% from 623); Green value is 253 (99.22% from 255 or 40.61% from 623); Blue value is 235 (92.19% from 255 or 37.72% from 623); Max value from RGB is 253 - color contains mainly: green. Hex color #87FDEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #87FDEB is #780214. Grayscale: #D7D7D7. Windows color (decimal): -7864853 or 15465863. OLE color: 15465863.
HSL color Cylindrical-coordinate representation of color #87FDEB: hue angle of 170.85º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #87FDEB is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 135 | 253 | 235 | - |
| CMYK | 0.47 | 0 | 0.07 | 0.01 |
| HSL | 170.85º | 0.97% | 0.76% | - |
| HSV(B) | 170.85º | 0.47% | 0.99% | - |
| XYZ | 60.11 | 81.4 | 91.14 | - |
| YUV | 215.67 | 138.91 | 70.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 253 | 235 | 0.47 | 0 | 0.07 | 0.01 | 170.85 | 0.97 | 0.76 |
| Hex | 87 | FD | EB | 2F | 0 | 7 | 1 | AB | 61 | 4C |
| Octal | 207 | 375 | 353 | 57 | 0 | 7 | 1 | 253 | 141 | 114 |
| Binary | 10000111 | 11111101 | 11101011 | 101111 | 0 | 111 | 1 | 10101011 | 1100001 | 1001100 |
Color Harmonies of #87FDEB
Complementary color
Monochromatic Colors of #87FDEB
Black with #87FDEB
Text Example
Text Example
White with #87FDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87FDEB; }
p { color: rgb(135,253,235); }
H1.HeaderClassName
{
color: #87FDEB;
}
.AnyTagClassName
{
color: #87FDEB;
}
</style>
background-color css
<style>
a { background-color: #87FDEB; }
a { background-color: rgb(135,253,235); }
div.DivClassName
{
background-color: #87FDEB;
}
.BgClassName
{
background-color: #87FDEB;
}
</style>
border-color css
<style>
span { border-color: #87FDEB; }
span { border-color: rgb(135,253,235); }
td.TdClassName
{
border-color: #87FDEB;
}
.TagClassName
{
border-color: #87FDEB;
}
</style>