Shades of Electric Blue #87FDF2
Tints of Electric Blue #87FDF2
RGB
CMYK
RGB Variations
Color information
#87FDF2 (or 0x87FDF2) is known color: Electric Blue. HEX triplet: 87, FD and F2. RGB value is (135,253,242). Sum of RGB (Red+Green+Blue) = 135+253+242=630 (83% of max value = 765). Red value is 135 (53.12% from 255 or 21.43% from 630); Green value is 253 (99.22% from 255 or 40.16% from 630); Blue value is 242 (94.92% from 255 or 38.41% from 630); Max value from RGB is 253 - color contains mainly: green. Hex color #87FDF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #87FDF2 is #78020D. Grayscale: #D8D8D8. Windows color (decimal): -7864846 or 15924615. OLE color: 15924615.
HSL color Cylindrical-coordinate representation of color #87FDF2: hue angle of 174.41º 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 #87FDF2 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 135 | 253 | 242 | - |
| CMYK | 0.47 | 0 | 0.04 | 0.01 |
| HSL | 174.41º | 0.97% | 0.76% | - |
| HSV(B) | 174.41º | 0.47% | 0.99% | - |
| XYZ | 61.14 | 81.81 | 96.57 | - |
| YUV | 216.46 | 142.41 | 69.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 253 | 242 | 0.47 | 0 | 0.04 | 0.01 | 174.41 | 0.97 | 0.76 |
| Hex | 87 | FD | F2 | 2F | 0 | 4 | 1 | AE | 61 | 4C |
| Octal | 207 | 375 | 362 | 57 | 0 | 4 | 1 | 256 | 141 | 114 |
| Binary | 10000111 | 11111101 | 11110010 | 101111 | 0 | 100 | 1 | 10101110 | 1100001 | 1001100 |
Color Harmonies of #87FDF2
Complementary color
Monochromatic Colors of #87FDF2
Black with #87FDF2
Text Example
Text Example
White with #87FDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87FDF2; }
p { color: rgb(135,253,242); }
H1.HeaderClassName
{
color: #87FDF2;
}
.AnyTagClassName
{
color: #87FDF2;
}
</style>
background-color css
<style>
a { background-color: #87FDF2; }
a { background-color: rgb(135,253,242); }
div.DivClassName
{
background-color: #87FDF2;
}
.BgClassName
{
background-color: #87FDF2;
}
</style>
border-color css
<style>
span { border-color: #87FDF2; }
span { border-color: rgb(135,253,242); }
td.TdClassName
{
border-color: #87FDF2;
}
.TagClassName
{
border-color: #87FDF2;
}
</style>