Html Css Color HEX #89DBAF Vista Blue

📋 copy color: '#89DBAF'

red 137 ◦ green 219 ◦ blue 175

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

Shades of Vista Blue #89DBAF

Tints of Vista Blue #89DBAF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.24%

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

R = 25.8%
G = 41.24%
B = 32.96%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#89DBAF (or 0x89DBAF) is known color: Vista Blue. HEX triplet: 89, DB and AF. RGB value is (137,219,175). Sum of RGB (Red+Green+Blue) = 137+219+175=531 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.80% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 175 (68.75% from 255 or 32.96% from 531); Max value from RGB is 219 - color contains mainly: green. Hex color #89DBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89DBAF is #762450. Grayscale: #BDBDBD. Windows color (decimal): -7742545 or 11525001. OLE color: 11525001.

HSL color Cylindrical-coordinate representation of color #89DBAF: hue angle of 147.8º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89DBAF is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 137 219 175 -
CMYK 0.37 0 0.20 0.14
HSL 147.8º 0.53% 0.7% -
HSV(B) 147.8º 0.37% 0.86% -
XYZ 43.39 59.08 49.67 -
YUV 189.47 119.83 90.58 -
System Red Green Blue C M Y K H S L
Decimal 137 219 175 0.37 0 0.20 0.14 147.8 0.53 0.7
Hex 89 DB AF 25 0 14 E 94 35 46
Octal 211 333 257 45 0 24 16 224 65 106
Binary 10001001 11011011 10101111 100101 0 10100 1110 10010100 110101 1000110

Color Harmonies of #89DBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89DBAF

Black with #89DBAF

Text Example


Text Example

White with #89DBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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