Shades of Electric Blue #87F2EE
Tints of Electric Blue #87F2EE
RGB
CMYK
RGB Variations
Color information
#87F2EE (or 0x87F2EE) is known color: Electric Blue. HEX triplet: 87, F2 and EE. RGB value is (135,242,238). Sum of RGB (Red+Green+Blue) = 135+242+238=615 (81% of max value = 765). Red value is 135 (53.12% from 255 or 21.95% from 615); Green value is 242 (94.92% from 255 or 39.35% from 615); Blue value is 238 (93.36% from 255 or 38.70% from 615); Max value from RGB is 242 - color contains mainly: green. Hex color #87F2EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #87F2EE is #780D11. Grayscale: #D1D1D1. Windows color (decimal): -7867666 or 15659655. OLE color: 15659655.
HSL color Cylindrical-coordinate representation of color #87F2EE: hue angle of 177.76º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #87F2EE is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 135 | 242 | 238 | - |
| CMYK | 0.44 | 0 | 0.02 | 0.05 |
| HSL | 177.76º | 0.8% | 0.74% | - |
| HSV(B) | 177.76º | 0.44% | 0.95% | - |
| XYZ | 57.18 | 74.83 | 92.32 | - |
| YUV | 209.55 | 144.05 | 74.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 242 | 238 | 0.44 | 0 | 0.02 | 0.05 | 177.76 | 0.8 | 0.74 |
| Hex | 87 | F2 | EE | 2C | 0 | 2 | 5 | B2 | 50 | 4A |
| Octal | 207 | 362 | 356 | 54 | 0 | 2 | 5 | 262 | 120 | 112 |
| Binary | 10000111 | 11110010 | 11101110 | 101100 | 0 | 10 | 101 | 10110010 | 1010000 | 1001010 |
Color Harmonies of #87F2EE
Complementary color
Monochromatic Colors of #87F2EE
Black with #87F2EE
Text Example
Text Example
White with #87F2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87F2EE; }
p { color: rgb(135,242,238); }
H1.HeaderClassName
{
color: #87F2EE;
}
.AnyTagClassName
{
color: #87F2EE;
}
</style>
background-color css
<style>
a { background-color: #87F2EE; }
a { background-color: rgb(135,242,238); }
div.DivClassName
{
background-color: #87F2EE;
}
.BgClassName
{
background-color: #87F2EE;
}
</style>
border-color css
<style>
span { border-color: #87F2EE; }
span { border-color: rgb(135,242,238); }
td.TdClassName
{
border-color: #87F2EE;
}
.TagClassName
{
border-color: #87F2EE;
}
</style>