#89ECFA

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

Shades of Electric Blue #89ECFA

Tints of Electric Blue #89ECFA

Color information

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

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

Color convert

RGB137236250-
CMYK0.450.0600.02
HSL187.43º91.87%75.88%-
HSV(B)187.43º45.2%98.04%-
XYZ57.5772.21101.35-
YUV207.99151.777.36-

RGB Variations

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

RGB

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

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
Decimal1372362500.450.0600.02187.4391.8775.88
Hex89ECFA2D602bb5c4c
Octal21135437255602273134114
Binary1000100111101100111110101011011100101011101110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89ECFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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