Html Css Color HEX #89D8AF Vista Blue

📋 copy color: '#89D8AF'

red 137 ◦ green 216 ◦ blue 175

#89D8AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vista Blue #89D8AF

Tints of Vista Blue #89D8AF

RGB

 RED value IS 137 (53.91% from 255) = 25.95%

 GREEN value IS 216 (84.77% from 255) = 40.91%

 BLUE value IS 175 (68.75% from 255) = 33.14%

R = 25.95%
G = 40.91%
B = 33.14%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#89D8AF (or 0x89D8AF) is known color: Vista Blue. HEX triplet: 89, D8 and AF. RGB value is (137,216,175). Sum of RGB (Red+Green+Blue) = 137+216+175=528 (69% of max value = 765). Red value is 137 (53.91% from 255 or 25.95% from 528); Green value is 216 (84.77% from 255 or 40.91% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 216 - color contains mainly: green. Hex color #89D8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89D8AF is #762750. Grayscale: #BBBBBB. Windows color (decimal): -7743313 or 11524233. OLE color: 11524233.

HSL color Cylindrical-coordinate representation of color #89D8AF: hue angle of 148.86º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89D8AF is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 137 216 175 -
CMYK 0.37 0 0.19 0.15
HSL 148.86º 0.5% 0.69% -
HSV(B) 148.86º 0.37% 0.85% -
XYZ 42.61 57.53 49.42 -
YUV 187.71 120.83 91.83 -
System Red Green Blue C M Y K H S L
Decimal 137 216 175 0.37 0 0.19 0.15 148.86 0.5 0.69
Hex 89 D8 AF 25 0 13 F 95 32 45
Octal 211 330 257 45 0 23 17 225 62 105
Binary 10001001 11011000 10101111 100101 0 10011 1111 10010101 110010 1000101

Color Harmonies of #89D8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89D8AF

Black with #89D8AF

Text Example


Text Example

White with #89D8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #89D8AF;
 }
 .AnyTagClassName
 {
   color: #89D8AF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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