Shades of Electric Blue #87E9E5
Tints of Electric Blue #87E9E5
RGB
CMYK
RGB Variations
Color information
#87E9E5 (or 0x87E9E5) is known color: Electric Blue. HEX triplet: 87, E9 and E5. RGB value is (135,233,229). Sum of RGB (Red+Green+Blue) = 135+233+229=597 (79% of max value = 765). Red value is 135 (53.12% from 255 or 22.61% from 597); Green value is 233 (91.41% from 255 or 39.03% from 597); Blue value is 229 (89.84% from 255 or 38.36% from 597); Max value from RGB is 233 - color contains mainly: green. Hex color #87E9E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87E9E5 is #78161A. Grayscale: #CBCBCB. Windows color (decimal): -7869979 or 15067527. OLE color: 15067527.
HSL color Cylindrical-coordinate representation of color #87E9E5: hue angle of 177.55º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #87E9E5 is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 135 | 233 | 229 | - |
| CMYK | 0.42 | 0 | 0.02 | 0.09 |
| HSL | 177.55º | 0.69% | 0.72% | - |
| HSV(B) | 177.55º | 0.42% | 0.91% | - |
| XYZ | 53.27 | 69.09 | 84.66 | - |
| YUV | 203.24 | 142.53 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 233 | 229 | 0.42 | 0 | 0.02 | 0.09 | 177.55 | 0.69 | 0.72 |
| Hex | 87 | E9 | E5 | 2A | 0 | 2 | 9 | B2 | 45 | 48 |
| Octal | 207 | 351 | 345 | 52 | 0 | 2 | 11 | 262 | 105 | 110 |
| Binary | 10000111 | 11101001 | 11100101 | 101010 | 0 | 10 | 1001 | 10110010 | 1000101 | 1001000 |
Color Harmonies of #87E9E5
Complementary color
Monochromatic Colors of #87E9E5
Black with #87E9E5
Text Example
Text Example
White with #87E9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87E9E5; }
p { color: rgb(135,233,229); }
H1.HeaderClassName
{
color: #87E9E5;
}
.AnyTagClassName
{
color: #87E9E5;
}
</style>
background-color css
<style>
a { background-color: #87E9E5; }
a { background-color: rgb(135,233,229); }
div.DivClassName
{
background-color: #87E9E5;
}
.BgClassName
{
background-color: #87E9E5;
}
</style>
border-color css
<style>
span { border-color: #87E9E5; }
span { border-color: rgb(135,233,229); }
td.TdClassName
{
border-color: #87E9E5;
}
.TagClassName
{
border-color: #87E9E5;
}
</style>