Html Css Color HEX #89DBAE Vista Blue

📋 copy color: '#89DBAE'

red 137 ◦ green 219 ◦ blue 174

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

Shades of Vista Blue #89DBAE

Tints of Vista Blue #89DBAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 32.83%

R = 25.85%
G = 41.32%
B = 32.83%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#89DBAE (or 0x89DBAE) is known color: Vista Blue. HEX triplet: 89, DB and AE. RGB value is (137,219,174). Sum of RGB (Red+Green+Blue) = 137+219+174=530 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.85% from 530); Green value is 219 (85.94% from 255 or 41.32% from 530); Blue value is 174 (68.36% from 255 or 32.83% from 530); Max value from RGB is 219 - color contains mainly: green. Hex color #89DBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89DBAE is #762451. Grayscale: #BDBDBD. Windows color (decimal): -7742546 or 11459465. OLE color: 11459465.

HSL color Cylindrical-coordinate representation of color #89DBAE: hue angle of 147.07º 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 #89DBAE is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 137 219 174 -
CMYK 0.37 0 0.21 0.14
HSL 147.07º 0.53% 0.7% -
HSV(B) 147.07º 0.37% 0.86% -
XYZ 43.29 59.04 49.16 -
YUV 189.35 119.33 90.66 -
System Red Green Blue C M Y K H S L
Decimal 137 219 174 0.37 0 0.21 0.14 147.07 0.53 0.7
Hex 89 DB AE 25 0 15 E 93 35 46
Octal 211 333 256 45 0 25 16 223 65 106
Binary 10001001 11011011 10101110 100101 0 10101 1110 10010011 110101 1000110

Color Harmonies of #89DBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89DBAE

Black with #89DBAE

Text Example


Text Example

White with #89DBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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