#89ECAF

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

Shades of Vista Blue #89ECAF

Tints of Vista Blue #89ECAF

Color information

#89ECAF (or 0x89ECAF) is unknown color: approx Vista Blue. HEX triplet: 89, EC and AF. RGB value is (137,236,175). Sum of RGB (Red+Green+Blue) = 137+236+175=548 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25% from 548); Green value is 236 (92.58% from 255 or 43.07% from 548); Blue value is 175 (68.75% from 255 or 31.93% from 548); Max value from RGB is 236 - color contains mainly: green. Hex color #89ECAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #89ECAF is #761350. Grayscale: #C7C7C7. Windows color (decimal): -7738193 or 11529353. OLE color: 11529353.

HSL color Cylindrical-coordinate representation of color #89ECAF: hue angle of 143.03º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #89ECAF is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB137236175-
CMYK0.4200.260.07
HSL143.03º72.26%73.14%-
HSV(B)143.03º41.95%92.55%-
XYZ48.0568.451.23-
YUV199.44114.283.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25%
GREEN value IS 236 (92.58% from 255) = 43.07%
BLUE value IS 175 (68.75% from 255) = 31.93%
R=25%
G=43.07%
B=31.93%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1372361750.4200.260.07143.0372.2673.14
Hex89ECAF2A01A78f4849
Octal211354257520327217110111
Binary1000100111101100101011111010100110101111000111110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89ECAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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