#89F3EA

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

Shades of Electric Blue #89F3EA

Tints of Electric Blue #89F3EA

Color information

#89F3EA (or 0x89F3EA) is unknown color: approx Electric Blue. HEX triplet: 89, F3 and EA. RGB value is (137,243,234). Sum of RGB (Red+Green+Blue) = 137+243+234=614 (81% of max value = 765). Red value is 137 (53.91% from 255 or 22.31% from 614); Green value is 243 (95.31% from 255 or 39.58% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 243 - color contains mainly: green. Hex color #89F3EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89F3EA is #760C15. Grayscale: #D2D2D2. Windows color (decimal): -7736342 or 15397769. OLE color: 15397769.

HSL color Cylindrical-coordinate representation of color #89F3EA: hue angle of 174.91º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #89F3EA is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB137243234-
CMYK0.4400.040.05
HSL174.91º81.54%74.51%-
HSV(B)174.91º43.62%95.29%-
XYZ57.2275.3689.37-
YUV210.28141.3875.73-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 22.31%
GREEN value IS 243 (95.31% from 255) = 39.58%
BLUE value IS 234 (91.80% from 255) = 38.11%
R=22.31%
G=39.58%
B=38.11%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1372432340.4400.040.05174.9181.5474.51
Hex89F3EA2C045af524b
Octal21136335254045257122113
Binary10001001111100111110101010110001001011010111110100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89F3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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