Shades of Electric Blue #87E8F2
Tints of Electric Blue #87E8F2
RGB
CMYK
RGB Variations
Color information
#87E8F2 (or 0x87E8F2) is known color: Electric Blue. HEX triplet: 87, E8 and F2. RGB value is (135,232,242). Sum of RGB (Red+Green+Blue) = 135+232+242=609 (80% of max value = 765). Red value is 135 (53.12% from 255 or 22.17% from 609); Green value is 232 (91.02% from 255 or 38.10% from 609); Blue value is 242 (94.92% from 255 or 39.74% from 609); Max value from RGB is 242 - color contains mainly: blue. Hex color #87E8F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #87E8F2 is #78170D. Grayscale: #CCCCCC. Windows color (decimal): -7870222 or 15919239. OLE color: 15919239.
HSL color Cylindrical-coordinate representation of color #87E8F2: hue angle of 185.61º 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 #87E8F2 is Cyan = 0.44, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 135 | 232 | 242 | - |
| CMYK | 0.44 | 0.04 | 0 | 0.05 |
| HSL | 185.61º | 0.8% | 0.74% | - |
| HSV(B) | 185.61º | 0.44% | 0.95% | - |
| XYZ | 54.88 | 69.27 | 94.48 | - |
| YUV | 204.14 | 149.36 | 78.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 232 | 242 | 0.44 | 0.04 | 0 | 0.05 | 185.61 | 0.8 | 0.74 |
| Hex | 87 | E8 | F2 | 2C | 4 | 0 | 5 | BA | 50 | 4A |
| Octal | 207 | 350 | 362 | 54 | 4 | 0 | 5 | 272 | 120 | 112 |
| Binary | 10000111 | 11101000 | 11110010 | 101100 | 100 | 0 | 101 | 10111010 | 1010000 | 1001010 |
Color Harmonies of #87E8F2
Complementary color
Monochromatic Colors of #87E8F2
Black with #87E8F2
Text Example
Text Example
White with #87E8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87E8F2; }
p { color: rgb(135,232,242); }
H1.HeaderClassName
{
color: #87E8F2;
}
.AnyTagClassName
{
color: #87E8F2;
}
</style>
background-color css
<style>
a { background-color: #87E8F2; }
a { background-color: rgb(135,232,242); }
div.DivClassName
{
background-color: #87E8F2;
}
.BgClassName
{
background-color: #87E8F2;
}
</style>
border-color css
<style>
span { border-color: #87E8F2; }
span { border-color: rgb(135,232,242); }
td.TdClassName
{
border-color: #87E8F2;
}
.TagClassName
{
border-color: #87E8F2;
}
</style>