#89D3AF

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

Shades of Vista Blue #89D3AF

Tints of Vista Blue #89D3AF

Color information

#89D3AF (or 0x89D3AF) is unknown color: approx Vista Blue. HEX triplet: 89, D3 and AF. RGB value is (137,211,175). Sum of RGB (Red+Green+Blue) = 137+211+175=523 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.20% from 523); Green value is 211 (82.81% from 255 or 40.34% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 211 - color contains mainly: green. Hex color #89D3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89D3AF is #762C50. Grayscale: #B8B8B8. Windows color (decimal): -7744593 or 11522953. OLE color: 11522953.

HSL color Cylindrical-coordinate representation of color #89D3AF: hue angle of 150.81º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #89D3AF is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB137211175-
CMYK0.3500.170.17
HSL150.81º45.68%68.24%-
HSV(B)150.81º35.07%82.75%-
XYZ41.355548.99-
YUV184.77122.4893.93-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.20%
GREEN value IS 211 (82.81% from 255) = 40.34%
BLUE value IS 175 (68.75% from 255) = 33.46%
R=26.20%
G=40.34%
B=33.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1372111750.3500.170.17150.8145.6868.24
Hex89D3AF2301111972e44
Octal211323257430212122756104
Binary10001001110100111010111110001101000110001100101111011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89D3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,211,175); }

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

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

 a { background-color: rgb(137,211,175); }

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

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

 span { border-color: rgb(137,211,175); }

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