#89FEF1

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

Shades of Electric Blue #89FEF1

Tints of Electric Blue #89FEF1

Color information

#89FEF1 (or 0x89FEF1) is unknown color: approx Electric Blue. HEX triplet: 89, FE and F1. RGB value is (137,254,241). Sum of RGB (Red+Green+Blue) = 137+254+241=632 (83% of max value = 765). Red value is 137 (53.91% from 255 or 21.68% from 632); Green value is 254 (99.61% from 255 or 40.19% from 632); Blue value is 241 (94.53% from 255 or 38.13% from 632); Max value from RGB is 254 - color contains mainly: green. Hex color #89FEF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89FEF1 is #76010E. Grayscale: #D9D9D9. Windows color (decimal): -7733519 or 15859337. OLE color: 15859337.

HSL color Cylindrical-coordinate representation of color #89FEF1: hue angle of 173.33º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89FEF1 is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.

Color convert

RGB137254241-
CMYK0.4600.050.00
HSL173.33º98.32%76.67%-
HSV(B)173.33º46.06%99.61%-
XYZ61.6482.5595.9-
YUV217.53141.2470.56-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 21.68%
GREEN value IS 254 (99.61% from 255) = 40.19%
BLUE value IS 241 (94.53% from 255) = 38.13%
R=21.68%
G=40.19%
B=38.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1372542410.4600.050.00173.3398.3276.67
Hex89FEF12E050ad624d
Octal21137636156050255142115
Binary100010011111111011110001101110010101010110111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89FEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,254,241); }

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

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

 a { background-color: rgb(137,254,241); }

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

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

 span { border-color: rgb(137,254,241); }

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