Shades of Electric Blue #87E8EE
Tints of Electric Blue #87E8EE
RGB
CMYK
RGB Variations
Color information
#87E8EE (or 0x87E8EE) is known color: Electric Blue. HEX triplet: 87, E8 and EE. RGB value is (135,232,238). Sum of RGB (Red+Green+Blue) = 135+232+238=605 (80% of max value = 765). Red value is 135 (53.12% from 255 or 22.31% from 605); Green value is 232 (91.02% from 255 or 38.35% from 605); Blue value is 238 (93.36% from 255 or 39.34% from 605); Max value from RGB is 238 - color contains mainly: blue. Hex color #87E8EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #87E8EE is #781711. Grayscale: #CBCBCB. Windows color (decimal): -7870226 or 15657095. OLE color: 15657095.
HSL color Cylindrical-coordinate representation of color #87E8EE: hue angle of 183.5º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #87E8EE is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 135 | 232 | 238 | - |
| CMYK | 0.43 | 0.03 | 0 | 0.07 |
| HSL | 183.5º | 0.75% | 0.73% | - |
| HSV(B) | 183.5º | 0.43% | 0.93% | - |
| XYZ | 54.28 | 69.04 | 91.35 | - |
| YUV | 203.68 | 147.36 | 79.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 232 | 238 | 0.43 | 0.03 | 0 | 0.07 | 183.5 | 0.75 | 0.73 |
| Hex | 87 | E8 | EE | 2B | 3 | 0 | 7 | B7 | 4B | 49 |
| Octal | 207 | 350 | 356 | 53 | 3 | 0 | 7 | 267 | 113 | 111 |
| Binary | 10000111 | 11101000 | 11101110 | 101011 | 11 | 0 | 111 | 10110111 | 1001011 | 1001001 |
Color Harmonies of #87E8EE
Complementary color
Monochromatic Colors of #87E8EE
Black with #87E8EE
Text Example
Text Example
White with #87E8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87E8EE; }
p { color: rgb(135,232,238); }
H1.HeaderClassName
{
color: #87E8EE;
}
.AnyTagClassName
{
color: #87E8EE;
}
</style>
background-color css
<style>
a { background-color: #87E8EE; }
a { background-color: rgb(135,232,238); }
div.DivClassName
{
background-color: #87E8EE;
}
.BgClassName
{
background-color: #87E8EE;
}
</style>
border-color css
<style>
span { border-color: #87E8EE; }
span { border-color: rgb(135,232,238); }
td.TdClassName
{
border-color: #87E8EE;
}
.TagClassName
{
border-color: #87E8EE;
}
</style>