#89FAED

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

Shades of Electric Blue #89FAED

Tints of Electric Blue #89FAED

Color information

#89FAED (or 0x89FAED) is unknown color: approx Electric Blue. HEX triplet: 89, FA and ED. RGB value is (137,250,237). Sum of RGB (Red+Green+Blue) = 137+250+237=624 (82% of max value = 765). Red value is 137 (53.91% from 255 or 21.96% from 624); Green value is 250 (98.05% from 255 or 40.06% from 624); Blue value is 237 (92.97% from 255 or 37.98% from 624); Max value from RGB is 250 - color contains mainly: green. Hex color #89FAED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89FAED is #760512. Grayscale: #D6D6D6. Windows color (decimal): -7734547 or 15596169. OLE color: 15596169.

HSL color Cylindrical-coordinate representation of color #89FAED: hue angle of 173.1º 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 #89FAED is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB137250237-
CMYK0.4500.050.02
HSL173.1º91.87%75.88%-
HSV(B)173.1º45.2%98.04%-
XYZ59.7979.892.37-
YUV214.73140.5672.56-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 21.96%
GREEN value IS 250 (98.05% from 255) = 40.06%
BLUE value IS 237 (92.97% from 255) = 37.98%
R=21.96%
G=40.06%
B=37.98%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1372502370.4500.050.02173.191.8775.88
Hex89FAED2D052ad5c4c
Octal21137235555052255134114
Binary1000100111111010111011011011010101101010110110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89FAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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