#89EEAF

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

Shades of Vista Blue #89EEAF

Tints of Vista Blue #89EEAF

Color information

#89EEAF (or 0x89EEAF) is unknown color: approx Vista Blue. HEX triplet: 89, EE and AF. RGB value is (137,238,175). Sum of RGB (Red+Green+Blue) = 137+238+175=550 (72% of max value = 765). Red value is 137 (53.91% from 255 or 24.91% from 550); Green value is 238 (93.36% from 255 or 43.27% from 550); Blue value is 175 (68.75% from 255 or 31.82% from 550); Max value from RGB is 238 - color contains mainly: green. Hex color #89EEAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #89EEAF is #761150. Grayscale: #C8C8C8. Windows color (decimal): -7737681 or 11529865. OLE color: 11529865.

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

Color convert

RGB137238175-
CMYK0.4200.260.07
HSL142.57º74.81%73.53%-
HSV(B)142.57º42.44%93.33%-
XYZ48.6369.5651.42-
YUV200.62113.5482.62-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.91%
GREEN value IS 238 (93.36% from 255) = 43.27%
BLUE value IS 175 (68.75% from 255) = 31.82%
R=24.91%
G=43.27%
B=31.82%

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
Decimal1372381750.4200.260.07142.5774.8173.53
Hex89EEAF2A01A78f4b4a
Octal211356257520327217113112
Binary1000100111101110101011111010100110101111000111110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89EEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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