Shades of Electric Blue #87EEFF
Tints of Electric Blue #87EEFF
RGB
CMYK
RGB Variations
Color information
#87EEFF (or 0x87EEFF) is known color: Electric Blue. HEX triplet: 87, EE and FF. RGB value is (135,238,255). Sum of RGB (Red+Green+Blue) = 135+238+255=628 (83% of max value = 765). Red value is 135 (53.12% from 255 or 21.50% from 628); Green value is 238 (93.36% from 255 or 37.90% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #87EEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #87EEFF is #781100. Grayscale: #D0D0D0. Windows color (decimal): -7868673 or 16772743. OLE color: 16772743.
HSL color Cylindrical-coordinate representation of color #87EEFF: hue angle of 188.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 #87EEFF is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 238 | 255 | - |
| CMYK | 0.47 | 0.07 | 0 | 0 |
| HSL | 188.5º | 1% | 0.76% | - |
| HSV(B) | 188.5º | 0.47% | 1% | - |
| XYZ | 58.62 | 73.52 | 105.71 | - |
| YUV | 209.14 | 153.88 | 75.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 238 | 255 | 0.47 | 0.07 | 0 | 0 | 188.5 | 1 | 0.76 |
| Hex | 87 | EE | FF | 2F | 7 | 0 | 0 | BC | 64 | 4C |
| Octal | 207 | 356 | 377 | 57 | 7 | 0 | 0 | 274 | 144 | 114 |
| Binary | 10000111 | 11101110 | 11111111 | 101111 | 111 | 0 | 0 | 10111100 | 1100100 | 1001100 |
Color Harmonies of #87EEFF
Complementary color
Monochromatic Colors of #87EEFF
Black with #87EEFF
Text Example
Text Example
White with #87EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87EEFF; }
p { color: rgb(135,238,255); }
H1.HeaderClassName
{
color: #87EEFF;
}
.AnyTagClassName
{
color: #87EEFF;
}
</style>
background-color css
<style>
a { background-color: #87EEFF; }
a { background-color: rgb(135,238,255); }
div.DivClassName
{
background-color: #87EEFF;
}
.BgClassName
{
background-color: #87EEFF;
}
</style>
border-color css
<style>
span { border-color: #87EEFF; }
span { border-color: rgb(135,238,255); }
td.TdClassName
{
border-color: #87EEFF;
}
.TagClassName
{
border-color: #87EEFF;
}
</style>