#89EFEA

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

Shades of Electric Blue #89EFEA

Tints of Electric Blue #89EFEA

Color information

#89EFEA (or 0x89EFEA) is unknown color: approx Electric Blue. HEX triplet: 89, EF and EA. RGB value is (137,239,234). Sum of RGB (Red+Green+Blue) = 137+239+234=610 (80% of max value = 765). Red value is 137 (53.91% from 255 or 22.46% from 610); Green value is 239 (93.75% from 255 or 39.18% from 610); Blue value is 234 (91.80% from 255 or 38.36% from 610); Max value from RGB is 239 - color contains mainly: green. Hex color #89EFEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89EFEA is #761015. Grayscale: #CFCFCF. Windows color (decimal): -7737366 or 15396745. OLE color: 15396745.

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

Color convert

RGB137239234-
CMYK0.4300.020.06
HSL177.06º76.12%73.73%-
HSV(B)177.06º42.68%93.73%-
XYZ56.0372.9988.98-
YUV207.93142.7177.41-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 22.46%
GREEN value IS 239 (93.75% from 255) = 39.18%
BLUE value IS 234 (91.80% from 255) = 38.36%
R=22.46%
G=39.18%
B=38.36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1372392340.4300.020.06177.0676.1273.73
Hex89EFEA2B026b14c4a
Octal21135735253026261114112
Binary1000100111101111111010101010110101101011000110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89EFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,239,234); }

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

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

 a { background-color: rgb(137,239,234); }

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

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

 span { border-color: rgb(137,239,234); }

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