#89F9F5

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

Shades of Electric Blue #89F9F5

Tints of Electric Blue #89F9F5

Color information

#89F9F5 (or 0x89F9F5) is unknown color: approx Electric Blue. HEX triplet: 89, F9 and F5. RGB value is (137,249,245). Sum of RGB (Red+Green+Blue) = 137+249+245=631 (83% of max value = 765). Red value is 137 (53.91% from 255 or 21.71% from 631); Green value is 249 (97.66% from 255 or 39.46% from 631); Blue value is 245 (96.09% from 255 or 38.83% from 631); Max value from RGB is 249 - color contains mainly: green. Hex color #89F9F5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89F9F5 is #76060A. Grayscale: #D6D6D6. Windows color (decimal): -7734795 or 16120201. OLE color: 16120201.

HSL color Cylindrical-coordinate representation of color #89F9F5: hue angle of 177.86º 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 #89F9F5 is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB137249245-
CMYK0.4500.020.02
HSL177.86º90.32%75.69%-
HSV(B)177.86º44.98%97.65%-
XYZ60.6779.6698.56-
YUV215.06144.8972.33-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 21.71%
GREEN value IS 249 (97.66% from 255) = 39.46%
BLUE value IS 245 (96.09% from 255) = 38.83%
R=21.71%
G=39.46%
B=38.83%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1372492450.4500.020.02177.8690.3275.69
Hex89F9F52D022b25a4c
Octal21137136555022262132114
Binary100010011111100111110101101101010101011001010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89F9F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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