#89FFF5

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

Shades of Electric Blue #89FFF5

Tints of Electric Blue #89FFF5

Color information

#89FFF5 (or 0x89FFF5) is unknown color: approx Electric Blue. HEX triplet: 89, FF and F5. RGB value is (137,255,245). Sum of RGB (Red+Green+Blue) = 137+255+245=637 (84% of max value = 765). Red value is 137 (53.91% from 255 or 21.51% from 637); Green value is 255 (100% from 255 or 40.03% from 637); Blue value is 245 (96.09% from 255 or 38.46% from 637); Max value from RGB is 255 - color contains mainly: green. Hex color #89FFF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89FFF5 is #76000A. Grayscale: #DADADA. Windows color (decimal): -7733259 or 16121737. OLE color: 16121737.

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

Color convert

RGB137255245-
CMYK0.4600.040
HSL174.92º100%76.86%-
HSV(B)174.92º46.27%100%-
XYZ62.5683.4399.19-
YUV218.58142.9169.81-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 21.51%
GREEN value IS 255 (100% from 255) = 40.03%
BLUE value IS 245 (96.09% from 255) = 38.46%
R=21.51%
G=40.03%
B=38.46%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1372552450.4600.040174.9210076.86
Hex89FFF52E040af644d
Octal21137736556040257144115
Binary100010011111111111110101101110010001010111111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89FFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,255,245); }

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

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

 a { background-color: rgb(137,255,245); }

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

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

 span { border-color: rgb(137,255,245); }

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