#89FAB4

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

Shades of Vista Blue #89FAB4

Tints of Vista Blue #89FAB4

Color information

#89FAB4 (or 0x89FAB4) is unknown color: approx Vista Blue. HEX triplet: 89, FA and B4. RGB value is (137,250,180). Sum of RGB (Red+Green+Blue) = 137+250+180=567 (75% of max value = 765). Red value is 137 (53.91% from 255 or 24.16% from 567); Green value is 250 (98.05% from 255 or 44.09% from 567); Blue value is 180 (70.70% from 255 or 31.75% from 567); Max value from RGB is 250 - color contains mainly: green. Hex color #89FAB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89FAB4 is #76054B. Grayscale: #D0D0D0. Windows color (decimal): -7734604 or 11860617. OLE color: 11860617.

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

Color convert

RGB137250180-
CMYK0.4500.280.02
HSL142.83º91.87%75.88%-
HSV(B)142.83º45.2%98.04%-
XYZ52.7476.9855.26-
YUV208.23112.0677.19-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.16%
GREEN value IS 250 (98.05% from 255) = 44.09%
BLUE value IS 180 (70.70% from 255) = 31.75%
R=24.16%
G=44.09%
B=31.75%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1372501800.4500.280.02142.8391.8775.88
Hex89FAB42D01C28f5c4c
Octal211372264550342217134114
Binary100010011111101010110100101101011100101000111110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89FAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,250,180); }

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

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

 a { background-color: rgb(137,250,180); }

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

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

 span { border-color: rgb(137,250,180); }

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