#87E9F2

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

Shades of Electric Blue #87E9F2

Tints of Electric Blue #87E9F2

Color information

#87E9F2 (or 0x87E9F2) is unknown color: approx Electric Blue. HEX triplet: 87, E9 and F2. RGB value is (135,233,242). Sum of RGB (Red+Green+Blue) = 135+233+242=610 (80% of max value = 765). Red value is 135 (53.12% from 255 or 22.13% from 610); Green value is 233 (91.41% from 255 or 38.20% from 610); Blue value is 242 (94.92% from 255 or 39.67% from 610); Max value from RGB is 242 - color contains mainly: blue. Hex color #87E9F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #87E9F2 is #78160D. Grayscale: #CCCCCC. Windows color (decimal): -7869966 or 15919495. OLE color: 15919495.

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

Color convert

RGB135233242-
CMYK0.440.0400.05
HSL185.05º80.45%73.92%-
HSV(B)185.05º44.21%94.9%-
XYZ55.1669.8494.58-
YUV204.72149.0378.27-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 22.13%
GREEN value IS 233 (91.41% from 255) = 38.20%
BLUE value IS 242 (94.92% from 255) = 39.67%
R=22.13%
G=38.20%
B=39.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1352332420.440.0400.05185.0580.4573.92
Hex87E9F22C405b9504a
Octal20735136254405271120112
Binary10000111111010011111001010110010001011011100110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87E9F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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