#89FCED

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

Shades of Electric Blue #89FCED

Tints of Electric Blue #89FCED

Color information

#89FCED (or 0x89FCED) is unknown color: approx Electric Blue. HEX triplet: 89, FC and ED. RGB value is (137,252,237). Sum of RGB (Red+Green+Blue) = 137+252+237=626 (82% of max value = 765). Red value is 137 (53.91% from 255 or 21.88% from 626); Green value is 252 (98.83% from 255 or 40.26% from 626); Blue value is 237 (92.97% from 255 or 37.86% from 626); Max value from RGB is 252 - color contains mainly: green. Hex color #89FCED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89FCED is #760312. Grayscale: #D7D7D7. Windows color (decimal): -7734035 or 15596681. OLE color: 15596681.

HSL color Cylindrical-coordinate representation of color #89FCED: hue angle of 172.17º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89FCED is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB137252237-
CMYK0.4600.060.01
HSL172.17º95.04%76.27%-
HSV(B)172.17º45.63%98.82%-
XYZ60.4181.0592.58-
YUV215.9139.971.72-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 21.88%
GREEN value IS 252 (98.83% from 255) = 40.26%
BLUE value IS 237 (92.97% from 255) = 37.86%
R=21.88%
G=40.26%
B=37.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1372522370.4600.060.01172.1795.0476.27
Hex89FCED2E061ac5f4c
Octal21137435556061254137114
Binary100010011111110011101101101110011011010110010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89FCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,252,237); }

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

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

 a { background-color: rgb(137,252,237); }

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

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

 span { border-color: rgb(137,252,237); }

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