Shades of Electric Blue #87F0FF
Tints of Electric Blue #87F0FF
RGB
CMYK
RGB Variations
Color information
#87F0FF (or 0x87F0FF) is known color: Electric Blue. HEX triplet: 87, F0 and FF. RGB value is (135,240,255). Sum of RGB (Red+Green+Blue) = 135+240+255=630 (83% of max value = 765). Red value is 135 (53.12% from 255 or 21.43% from 630); Green value is 240 (94.14% from 255 or 38.10% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #87F0FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #87F0FF is #780F00. Grayscale: #D2D2D2. Windows color (decimal): -7868161 or 16773255. OLE color: 16773255.
HSL color Cylindrical-coordinate representation of color #87F0FF: hue angle of 187.5º 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 #87F0FF is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 240 | 255 | - |
| CMYK | 0.47 | 0.06 | 0 | 0 |
| HSL | 187.5º | 1% | 0.76% | - |
| HSV(B) | 187.5º | 0.47% | 1% | - |
| XYZ | 59.2 | 74.69 | 105.9 | - |
| YUV | 210.32 | 153.21 | 74.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 240 | 255 | 0.47 | 0.06 | 0 | 0 | 187.5 | 1 | 0.76 |
| Hex | 87 | F0 | FF | 2F | 6 | 0 | 0 | BC | 64 | 4C |
| Octal | 207 | 360 | 377 | 57 | 6 | 0 | 0 | 274 | 144 | 114 |
| Binary | 10000111 | 11110000 | 11111111 | 101111 | 110 | 0 | 0 | 10111100 | 1100100 | 1001100 |
Color Harmonies of #87F0FF
Complementary color
Monochromatic Colors of #87F0FF
Black with #87F0FF
Text Example
Text Example
White with #87F0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87F0FF; }
p { color: rgb(135,240,255); }
H1.HeaderClassName
{
color: #87F0FF;
}
.AnyTagClassName
{
color: #87F0FF;
}
</style>
background-color css
<style>
a { background-color: #87F0FF; }
a { background-color: rgb(135,240,255); }
div.DivClassName
{
background-color: #87F0FF;
}
.BgClassName
{
background-color: #87F0FF;
}
</style>
border-color css
<style>
span { border-color: #87F0FF; }
span { border-color: rgb(135,240,255); }
td.TdClassName
{
border-color: #87F0FF;
}
.TagClassName
{
border-color: #87F0FF;
}
</style>