#89FAEC

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

Shades of Electric Blue #89FAEC

Tints of Electric Blue #89FAEC

Color information

#89FAEC (or 0x89FAEC) is unknown color: approx Electric Blue. HEX triplet: 89, FA and EC. RGB value is (137,250,236). Sum of RGB (Red+Green+Blue) = 137+250+236=623 (82% of max value = 765). Red value is 137 (53.91% from 255 or 21.99% from 623); Green value is 250 (98.05% from 255 or 40.13% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 250 - color contains mainly: green. Hex color #89FAEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89FAEC is #760513. Grayscale: #D6D6D6. Windows color (decimal): -7734548 or 15530633. OLE color: 15530633.

HSL color Cylindrical-coordinate representation of color #89FAEC: hue angle of 172.57º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89FAEC is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB137250236-
CMYK0.4500.060.02
HSL172.57º91.87%75.88%-
HSV(B)172.57º45.2%98.04%-
XYZ59.6479.7591.61-
YUV214.62140.0672.64-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 21.99%
GREEN value IS 250 (98.05% from 255) = 40.13%
BLUE value IS 236 (92.58% from 255) = 37.88%
R=21.99%
G=40.13%
B=37.88%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1372502360.4500.060.02172.5791.8775.88
Hex89FAEC2D062ad5c4c
Octal21137235455062255134114
Binary1000100111111010111011001011010110101010110110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89FAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89FAEC; }

 p { color: rgb(137,250,236); }

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

<style>
 a { background-color: #89FAEC; }

 a { background-color: rgb(137,250,236); }

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

<style>
 span { border-color: #89FAEC; }

 span { border-color: rgb(137,250,236); }

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