#89E9F0

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

Shades of Electric Blue #89E9F0

Tints of Electric Blue #89E9F0

Color information

#89E9F0 (or 0x89E9F0) is unknown color: approx Electric Blue. HEX triplet: 89, E9 and F0. RGB value is (137,233,240). Sum of RGB (Red+Green+Blue) = 137+233+240=610 (80% of max value = 765). Red value is 137 (53.91% from 255 or 22.46% from 610); Green value is 233 (91.41% from 255 or 38.20% from 610); Blue value is 240 (94.14% from 255 or 39.34% from 610); Max value from RGB is 240 - color contains mainly: blue. Hex color #89E9F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89E9F0 is #76160F. Grayscale: #CCCCCC. Windows color (decimal): -7738896 or 15788425. OLE color: 15788425.

HSL color Cylindrical-coordinate representation of color #89E9F0: hue angle of 184.08º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #89E9F0 is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB137233240-
CMYK0.430.0300.06
HSL184.08º77.44%73.92%-
HSV(B)184.08º42.92%94.12%-
XYZ55.1869.8993.02-
YUV205.09147.779.43-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 22.46%
GREEN value IS 233 (91.41% from 255) = 38.20%
BLUE value IS 240 (94.14% from 255) = 39.34%
R=22.46%
G=38.20%
B=39.34%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1372332400.430.0300.06184.0877.4473.92
Hex89E9F02B306b84d4a
Octal21135136053306270115112
Binary1000100111101001111100001010111101101011100010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89E9F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,233,240); }

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

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

 a { background-color: rgb(137,233,240); }

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

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

 span { border-color: rgb(137,233,240); }

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