Html Css Color HEX #89D5AF Vista Blue

📋 copy color: '#89D5AF'

red 137 ◦ green 213 ◦ blue 175

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

Shades of Vista Blue #89D5AF

Tints of Vista Blue #89D5AF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.57%

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

R = 26.1%
G = 40.57%
B = 33.33%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#89D5AF (or 0x89D5AF) is known color: Vista Blue. HEX triplet: 89, D5 and AF. RGB value is (137,213,175). Sum of RGB (Red+Green+Blue) = 137+213+175=525 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.10% from 525); Green value is 213 (83.59% from 255 or 40.57% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 213 - color contains mainly: green. Hex color #89D5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89D5AF is #762A50. Grayscale: #BABABA. Windows color (decimal): -7744081 or 11523465. OLE color: 11523465.

HSL color Cylindrical-coordinate representation of color #89D5AF: hue angle of 150º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #89D5AF is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 137 213 175 -
CMYK 0.36 0 0.18 0.16
HSL 150º 0.48% 0.69% -
HSV(B) 150º 0.36% 0.84% -
XYZ 41.85 56 49.16 -
YUV 185.94 121.82 93.09 -
System Red Green Blue C M Y K H S L
Decimal 137 213 175 0.36 0 0.18 0.16 150 0.48 0.69
Hex 89 D5 AF 24 0 12 10 96 30 45
Octal 211 325 257 44 0 22 20 226 60 105
Binary 10001001 11010101 10101111 100100 0 10010 10000 10010110 110000 1000101

Color Harmonies of #89D5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89D5AF

Black with #89D5AF

Text Example


Text Example

White with #89D5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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