Shades of Electric Blue #87FBED
Tints of Electric Blue #87FBED
RGB
CMYK
RGB Variations
Color information
#87FBED (or 0x87FBED) is known color: Electric Blue. HEX triplet: 87, FB and ED. RGB value is (135,251,237). Sum of RGB (Red+Green+Blue) = 135+251+237=623 (82% of max value = 765). Red value is 135 (53.12% from 255 or 21.67% from 623); Green value is 251 (98.44% from 255 or 40.29% from 623); Blue value is 237 (92.97% from 255 or 38.04% from 623); Max value from RGB is 251 - color contains mainly: green. Hex color #87FBED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #87FBED is #780412. Grayscale: #D6D6D6. Windows color (decimal): -7865363 or 15596423. OLE color: 15596423.
HSL color Cylindrical-coordinate representation of color #87FBED: hue angle of 172.76º degrees, saturation: 0.94, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #87FBED is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 135 | 251 | 237 | - |
| CMYK | 0.46 | 0 | 0.06 | 0.02 |
| HSL | 172.76º | 0.94% | 0.76% | - |
| HSV(B) | 172.76º | 0.46% | 0.98% | - |
| XYZ | 59.77 | 80.26 | 92.46 | - |
| YUV | 214.72 | 140.57 | 71.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 251 | 237 | 0.46 | 0 | 0.06 | 0.02 | 172.76 | 0.94 | 0.76 |
| Hex | 87 | FB | ED | 2E | 0 | 6 | 2 | AD | 5E | 4C |
| Octal | 207 | 373 | 355 | 56 | 0 | 6 | 2 | 255 | 136 | 114 |
| Binary | 10000111 | 11111011 | 11101101 | 101110 | 0 | 110 | 10 | 10101101 | 1011110 | 1001100 |
Color Harmonies of #87FBED
Complementary color
Monochromatic Colors of #87FBED
Black with #87FBED
Text Example
Text Example
White with #87FBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87FBED; }
p { color: rgb(135,251,237); }
H1.HeaderClassName
{
color: #87FBED;
}
.AnyTagClassName
{
color: #87FBED;
}
</style>
background-color css
<style>
a { background-color: #87FBED; }
a { background-color: rgb(135,251,237); }
div.DivClassName
{
background-color: #87FBED;
}
.BgClassName
{
background-color: #87FBED;
}
</style>
border-color css
<style>
span { border-color: #87FBED; }
span { border-color: rgb(135,251,237); }
td.TdClassName
{
border-color: #87FBED;
}
.TagClassName
{
border-color: #87FBED;
}
</style>