#89F9ED

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

Shades of Electric Blue #89F9ED

Tints of Electric Blue #89F9ED

Color information

#89F9ED (or 0x89F9ED) is unknown color: approx Electric Blue. HEX triplet: 89, F9 and ED. RGB value is (137,249,237). Sum of RGB (Red+Green+Blue) = 137+249+237=623 (82% of max value = 765). Red value is 137 (53.91% from 255 or 21.99% from 623); Green value is 249 (97.66% from 255 or 39.97% from 623); Blue value is 237 (92.97% from 255 or 38.04% from 623); Max value from RGB is 249 - color contains mainly: green. Hex color #89F9ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89F9ED is #760612. Grayscale: #D6D6D6. Windows color (decimal): -7734803 or 15595913. OLE color: 15595913.

HSL color Cylindrical-coordinate representation of color #89F9ED: hue angle of 173.57º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89F9ED is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB137249237-
CMYK0.4500.050.02
HSL173.57º90.32%75.69%-
HSV(B)173.57º44.98%97.65%-
XYZ59.4879.1892.27-
YUV214.14140.8972.98-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 21.99%
GREEN value IS 249 (97.66% from 255) = 39.97%
BLUE value IS 237 (92.97% from 255) = 38.04%
R=21.99%
G=39.97%
B=38.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1372492370.4500.050.02173.5790.3275.69
Hex89F9ED2D052ae5a4c
Octal21137135555052256132114
Binary1000100111111001111011011011010101101010111010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89F9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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