#87F2EA

Color #87F2EA Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #87F2EA

Tints of Electric Blue #87F2EA

Color information

#87F2EA (or 0x87F2EA) is unknown color: approx Electric Blue. HEX triplet: 87, F2 and EA. RGB value is (135,242,234). Sum of RGB (Red+Green+Blue) = 135+242+234=611 (80% of max value = 765). Red value is 135 (53.12% from 255 or 22.09% from 611); Green value is 242 (94.92% from 255 or 39.61% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 242 - color contains mainly: green. Hex color #87F2EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #87F2EA is #780D15. Grayscale: #D1D1D1. Windows color (decimal): -7867670 or 15397511. OLE color: 15397511.

HSL color Cylindrical-coordinate representation of color #87F2EA: hue angle of 175.51º 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 #87F2EA is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB135242234-
CMYK0.4400.030.05
HSL175.51º80.45%73.92%-
HSV(B)175.51º44.21%94.9%-
XYZ56.674.689.26-
YUV209.09142.0575.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 22.09%
GREEN value IS 242 (94.92% from 255) = 39.61%
BLUE value IS 234 (91.80% from 255) = 38.30%
R=22.09%
G=39.61%
B=38.30%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1352422340.4400.030.05175.5180.4573.92
Hex87F2EA2C035b0504a
Octal20736235254035260120112
Binary1000011111110010111010101011000111011011000010100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87F2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87F2EA; }

 p { color: rgb(135,242,234); }

 H1.HeaderClassName
 {
   color: #87F2EA;
 }
 .AnyTagClassName
 {
   color: #87F2EA;
 }
</style>
background-color css

<style>
 a { background-color: #87F2EA; }

 a { background-color: rgb(135,242,234); }

 div.DivClassName
 {
   background-color: #87F2EA;
 }
 .BgClassName
 {
   background-color: #87F2EA;
 }
</style>
border-color css

<style>
 span { border-color: #87F2EA; }

 span { border-color: rgb(135,242,234); }

 td.TdClassName
 {
   border-color: #87F2EA;
 }
 .TagClassName
 {
   border-color: #87F2EA;
 }
</style>