Html Css Color HEX #89CEAA Vista Blue

📋 copy color: '#89CEAA'

red 137 ◦ green 206 ◦ blue 170

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

Shades of Vista Blue #89CEAA

Tints of Vista Blue #89CEAA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.16%

 BLUE value IS 170 (66.8% from 255) = 33.14%

R = 26.71%
G = 40.16%
B = 33.14%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#89CEAA (or 0x89CEAA) is known color: Vista Blue. HEX triplet: 89, CE and AA. RGB value is (137,206,170). Sum of RGB (Red+Green+Blue) = 137+206+170=513 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.71% from 513); Green value is 206 (80.86% from 255 or 40.16% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 206 - color contains mainly: green. Hex color #89CEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89CEAA is #763155. Grayscale: #B5B5B5. Windows color (decimal): -7745878 or 11193993. OLE color: 11193993.

HSL color Cylindrical-coordinate representation of color #89CEAA: hue angle of 148.7º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89CEAA is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 137 206 170 -
CMYK 0.33 0 0.17 0.19
HSL 148.7º 0.41% 0.67% -
HSV(B) 148.7º 0.33% 0.81% -
XYZ 39.64 52.36 46.05 -
YUV 181.27 121.64 96.43 -
System Red Green Blue C M Y K H S L
Decimal 137 206 170 0.33 0 0.17 0.19 148.7 0.41 0.67
Hex 89 CE AA 21 0 11 13 95 29 43
Octal 211 316 252 41 0 21 23 225 51 103
Binary 10001001 11001110 10101010 100001 0 10001 10011 10010101 101001 1000011

Color Harmonies of #89CEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89CEAA

Black with #89CEAA

Text Example


Text Example

White with #89CEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,206,170); }

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

background-color css

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

 a { background-color: rgb(137,206,170); }

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

border-color css

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

 span { border-color: rgb(137,206,170); }

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