Shades of Electric Blue #87FFF1
Tints of Electric Blue #87FFF1
RGB
CMYK
RGB Variations
Color information
#87FFF1 (or 0x87FFF1) is known color: Electric Blue. HEX triplet: 87, FF and F1. RGB value is (135,255,241). Sum of RGB (Red+Green+Blue) = 135+255+241=631 (83% of max value = 765). Red value is 135 (53.12% from 255 or 21.39% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 241 (94.53% from 255 or 38.19% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #87FFF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #87FFF1 is #78000E. Grayscale: #D9D9D9. Windows color (decimal): -7864335 or 15859591. OLE color: 15859591.
HSL color Cylindrical-coordinate representation of color #87FFF1: hue angle of 173º 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 #87FFF1 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 255 | 241 | - |
| CMYK | 0.47 | 0 | 0.05 | 0 |
| HSL | 173º | 1% | 0.76% | - |
| HSV(B) | 173º | 0.47% | 1% | - |
| XYZ | 61.63 | 83.02 | 96 | - |
| YUV | 217.52 | 141.24 | 69.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 255 | 241 | 0.47 | 0 | 0.05 | 0 | 173 | 1 | 0.76 |
| Hex | 87 | FF | F1 | 2F | 0 | 5 | 0 | AD | 64 | 4C |
| Octal | 207 | 377 | 361 | 57 | 0 | 5 | 0 | 255 | 144 | 114 |
| Binary | 10000111 | 11111111 | 11110001 | 101111 | 0 | 101 | 0 | 10101101 | 1100100 | 1001100 |
Color Harmonies of #87FFF1
Complementary color
Monochromatic Colors of #87FFF1
Black with #87FFF1
Text Example
Text Example
White with #87FFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87FFF1; }
p { color: rgb(135,255,241); }
H1.HeaderClassName
{
color: #87FFF1;
}
.AnyTagClassName
{
color: #87FFF1;
}
</style>
background-color css
<style>
a { background-color: #87FFF1; }
a { background-color: rgb(135,255,241); }
div.DivClassName
{
background-color: #87FFF1;
}
.BgClassName
{
background-color: #87FFF1;
}
</style>
border-color css
<style>
span { border-color: #87FFF1; }
span { border-color: rgb(135,255,241); }
td.TdClassName
{
border-color: #87FFF1;
}
.TagClassName
{
border-color: #87FFF1;
}
</style>