#89EBFA

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

Shades of Electric Blue #89EBFA

Tints of Electric Blue #89EBFA

Color information

#89EBFA (or 0x89EBFA) is unknown color: approx Electric Blue. HEX triplet: 89, EB and FA. RGB value is (137,235,250). Sum of RGB (Red+Green+Blue) = 137+235+250=622 (82% of max value = 765). Red value is 137 (53.91% from 255 or 22.03% from 622); Green value is 235 (92.19% from 255 or 37.78% from 622); Blue value is 250 (98.05% from 255 or 40.19% from 622); Max value from RGB is 250 - color contains mainly: blue. Hex color #89EBFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89EBFA is #761405. Grayscale: #CFCFCF. Windows color (decimal): -7738374 or 16444297. OLE color: 16444297.

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

Color convert

RGB137235250-
CMYK0.450.0600.02
HSL187.96º91.87%75.88%-
HSV(B)187.96º45.2%98.04%-
XYZ57.2871.64101.25-
YUV207.41152.0377.78-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 22.03%
GREEN value IS 235 (92.19% from 255) = 37.78%
BLUE value IS 250 (98.05% from 255) = 40.19%
R=22.03%
G=37.78%
B=40.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1372352500.450.0600.02187.9691.8775.88
Hex89EBFA2D602bc5c4c
Octal21135337255602274134114
Binary1000100111101011111110101011011100101011110010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89EBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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