#89F7EC

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

Shades of Electric Blue #89F7EC

Tints of Electric Blue #89F7EC

Color information

#89F7EC (or 0x89F7EC) is unknown color: approx Electric Blue. HEX triplet: 89, F7 and EC. RGB value is (137,247,236). Sum of RGB (Red+Green+Blue) = 137+247+236=620 (82% of max value = 765). Red value is 137 (53.91% from 255 or 22.10% from 620); Green value is 247 (96.88% from 255 or 39.84% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 247 - color contains mainly: green. Hex color #89F7EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89F7EC is #760813. Grayscale: #D4D4D4. Windows color (decimal): -7735316 or 15529865. OLE color: 15529865.

HSL color Cylindrical-coordinate representation of color #89F7EC: hue angle of 174º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89F7EC is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB137247236-
CMYK0.4500.040.03
HSL174º87.3%75.29%-
HSV(B)174º44.53%96.86%-
XYZ58.7277.991.3-
YUV212.86141.0673.89-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 22.10%
GREEN value IS 247 (96.88% from 255) = 39.84%
BLUE value IS 236 (92.58% from 255) = 38.06%
R=22.10%
G=39.84%
B=38.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1372472360.4500.040.0317487.375.29
Hex89F7EC2D043ae574b
Octal21136735455043256127113
Binary1000100111110111111011001011010100111010111010101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89F7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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