Shades of Electric Blue #87F0FE
Tints of Electric Blue #87F0FE
RGB
CMYK
RGB Variations
Color information
#87F0FE (or 0x87F0FE) is known color: Electric Blue. HEX triplet: 87, F0 and FE. RGB value is (135,240,254). Sum of RGB (Red+Green+Blue) = 135+240+254=629 (83% of max value = 765). Red value is 135 (53.12% from 255 or 21.46% from 629); Green value is 240 (94.14% from 255 or 38.16% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #87F0FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #87F0FE is #780F01. Grayscale: #D2D2D2. Windows color (decimal): -7868162 or 16707719. OLE color: 16707719.
HSL color Cylindrical-coordinate representation of color #87F0FE: hue angle of 187.06º 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 #87F0FE is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 135 | 240 | 254 | - |
| CMYK | 0.47 | 0.06 | 0 | 0.00 |
| HSL | 187.06º | 0.98% | 0.76% | - |
| HSV(B) | 187.06º | 0.47% | 1% | - |
| XYZ | 59.04 | 74.63 | 105.06 | - |
| YUV | 210.2 | 152.71 | 74.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 240 | 254 | 0.47 | 0.06 | 0 | 0.00 | 187.06 | 0.98 | 0.76 |
| Hex | 87 | F0 | FE | 2F | 6 | 0 | 0 | BB | 62 | 4C |
| Octal | 207 | 360 | 376 | 57 | 6 | 0 | 0 | 273 | 142 | 114 |
| Binary | 10000111 | 11110000 | 11111110 | 101111 | 110 | 0 | 0 | 10111011 | 1100010 | 1001100 |
Color Harmonies of #87F0FE
Complementary color
Monochromatic Colors of #87F0FE
Black with #87F0FE
Text Example
Text Example
White with #87F0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87F0FE; }
p { color: rgb(135,240,254); }
H1.HeaderClassName
{
color: #87F0FE;
}
.AnyTagClassName
{
color: #87F0FE;
}
</style>
background-color css
<style>
a { background-color: #87F0FE; }
a { background-color: rgb(135,240,254); }
div.DivClassName
{
background-color: #87F0FE;
}
.BgClassName
{
background-color: #87F0FE;
}
</style>
border-color css
<style>
span { border-color: #87F0FE; }
span { border-color: rgb(135,240,254); }
td.TdClassName
{
border-color: #87F0FE;
}
.TagClassName
{
border-color: #87F0FE;
}
</style>