#87E7F2

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

Shades of Electric Blue #87E7F2

Tints of Electric Blue #87E7F2

Color information

#87E7F2 (or 0x87E7F2) is unknown color: approx Electric Blue. HEX triplet: 87, E7 and F2. RGB value is (135,231,242). Sum of RGB (Red+Green+Blue) = 135+231+242=608 (80% of max value = 765). Red value is 135 (53.12% from 255 or 22.20% from 608); Green value is 231 (90.62% from 255 or 37.99% from 608); Blue value is 242 (94.92% from 255 or 39.80% from 608); Max value from RGB is 242 - color contains mainly: blue. Hex color #87E7F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #87E7F2 is #78180D. Grayscale: #CBCBCB. Windows color (decimal): -7870478 or 15918983. OLE color: 15918983.

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

Color convert

RGB135231242-
CMYK0.440.0500.05
HSL186.17º80.45%73.92%-
HSV(B)186.17º44.21%94.9%-
XYZ54.5968.7194.39-
YUV203.55149.779.11-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 22.20%
GREEN value IS 231 (90.62% from 255) = 37.99%
BLUE value IS 242 (94.92% from 255) = 39.80%
R=22.20%
G=37.99%
B=39.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1352312420.440.0500.05186.1780.4573.92
Hex87E7F22C505ba504a
Octal20734736254505272120112
Binary10000111111001111111001010110010101011011101010100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87E7F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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