Shades of Electric Blue #87FDF0
Tints of Electric Blue #87FDF0
RGB
CMYK
RGB Variations
Color information
#87FDF0 (or 0x87FDF0) is known color: Electric Blue. HEX triplet: 87, FD and F0. RGB value is (135,253,240). Sum of RGB (Red+Green+Blue) = 135+253+240=628 (83% of max value = 765). Red value is 135 (53.12% from 255 or 21.50% from 628); Green value is 253 (99.22% from 255 or 40.29% from 628); Blue value is 240 (94.14% from 255 or 38.22% from 628); Max value from RGB is 253 - color contains mainly: green. Hex color #87FDF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #87FDF0 is #78020F. Grayscale: #D8D8D8. Windows color (decimal): -7864848 or 15793543. OLE color: 15793543.
HSL color Cylindrical-coordinate representation of color #87FDF0: hue angle of 173.39º 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 #87FDF0 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 135 | 253 | 240 | - |
| CMYK | 0.47 | 0 | 0.05 | 0.01 |
| HSL | 173.39º | 0.97% | 0.76% | - |
| HSV(B) | 173.39º | 0.47% | 0.99% | - |
| XYZ | 60.85 | 81.69 | 95 | - |
| YUV | 216.24 | 141.41 | 70.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 253 | 240 | 0.47 | 0 | 0.05 | 0.01 | 173.39 | 0.97 | 0.76 |
| Hex | 87 | FD | F0 | 2F | 0 | 5 | 1 | AD | 61 | 4C |
| Octal | 207 | 375 | 360 | 57 | 0 | 5 | 1 | 255 | 141 | 114 |
| Binary | 10000111 | 11111101 | 11110000 | 101111 | 0 | 101 | 1 | 10101101 | 1100001 | 1001100 |
Color Harmonies of #87FDF0
Complementary color
Monochromatic Colors of #87FDF0
Black with #87FDF0
Text Example
Text Example
White with #87FDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87FDF0; }
p { color: rgb(135,253,240); }
H1.HeaderClassName
{
color: #87FDF0;
}
.AnyTagClassName
{
color: #87FDF0;
}
</style>
background-color css
<style>
a { background-color: #87FDF0; }
a { background-color: rgb(135,253,240); }
div.DivClassName
{
background-color: #87FDF0;
}
.BgClassName
{
background-color: #87FDF0;
}
</style>
border-color css
<style>
span { border-color: #87FDF0; }
span { border-color: rgb(135,253,240); }
td.TdClassName
{
border-color: #87FDF0;
}
.TagClassName
{
border-color: #87FDF0;
}
</style>