Shades of Electric Blue #87EAEA
Tints of Electric Blue #87EAEA
RGB
CMYK
RGB Variations
Color information
#87EAEA (or 0x87EAEA) is known color: Electric Blue. HEX triplet: 87, EA and EA. RGB value is (135,234,234). Sum of RGB (Red+Green+Blue) = 135+234+234=603 (79% of max value = 765). Red value is 135 (53.12% from 255 or 22.39% from 603); Green value is 234 (91.80% from 255 or 38.81% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #87EAEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #87EAEA is #781515. Grayscale: #CCCCCC. Windows color (decimal): -7869718 or 15395463. OLE color: 15395463.
HSL color Cylindrical-coordinate representation of color #87EAEA: hue angle of 180º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #87EAEA is Cyan = 0.42, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 135 | 234 | 234 | - |
| CMYK | 0.42 | 0 | 0 | 0.08 |
| HSL | 180º | 0.7% | 0.72% | - |
| HSV(B) | 180º | 0.42% | 0.92% | - |
| XYZ | 54.27 | 69.94 | 88.48 | - |
| YUV | 204.4 | 144.7 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 234 | 234 | 0.42 | 0 | 0 | 0.08 | 180 | 0.7 | 0.72 |
| Hex | 87 | EA | EA | 2A | 0 | 0 | 8 | B4 | 46 | 48 |
| Octal | 207 | 352 | 352 | 52 | 0 | 0 | 10 | 264 | 106 | 110 |
| Binary | 10000111 | 11101010 | 11101010 | 101010 | 0 | 0 | 1000 | 10110100 | 1000110 | 1001000 |
Color Harmonies of #87EAEA
Complementary color
Monochromatic Colors of #87EAEA
Black with #87EAEA
Text Example
Text Example
White with #87EAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87EAEA; }
p { color: rgb(135,234,234); }
H1.HeaderClassName
{
color: #87EAEA;
}
.AnyTagClassName
{
color: #87EAEA;
}
</style>
background-color css
<style>
a { background-color: #87EAEA; }
a { background-color: rgb(135,234,234); }
div.DivClassName
{
background-color: #87EAEA;
}
.BgClassName
{
background-color: #87EAEA;
}
</style>
border-color css
<style>
span { border-color: #87EAEA; }
span { border-color: rgb(135,234,234); }
td.TdClassName
{
border-color: #87EAEA;
}
.TagClassName
{
border-color: #87EAEA;
}
</style>