Html Css Color HEX #89CAA6 Vista Blue

📋 copy color: '#89CAA6'

red 137 ◦ green 202 ◦ blue 166

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

Shades of Vista Blue #89CAA6

Tints of Vista Blue #89CAA6

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40%

 BLUE value IS 166 (65.23% from 255) = 32.87%

R = 27.13%
G = 40%
B = 32.87%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#89CAA6 (or 0x89CAA6) is known color: Vista Blue. HEX triplet: 89, CA and A6. RGB value is (137,202,166). Sum of RGB (Red+Green+Blue) = 137+202+166=505 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.13% from 505); Green value is 202 (79.30% from 255 or 40% from 505); Blue value is 166 (65.23% from 255 or 32.87% from 505); Max value from RGB is 202 - color contains mainly: green. Hex color #89CAA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89CAA6 is #763559. Grayscale: #B2B2B2. Windows color (decimal): -7746906 or 10930825. OLE color: 10930825.

HSL color Cylindrical-coordinate representation of color #89CAA6: hue angle of 146.77º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #89CAA6 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB 137 202 166 -
CMYK 0.32 0 0.18 0.21
HSL 146.77º 0.38% 0.66% -
HSV(B) 146.77º 0.32% 0.79% -
XYZ 38.32 50.31 43.77 -
YUV 178.46 120.97 98.43 -
System Red Green Blue C M Y K H S L
Decimal 137 202 166 0.32 0 0.18 0.21 146.77 0.38 0.66
Hex 89 CA A6 20 0 12 15 93 26 42
Octal 211 312 246 40 0 22 25 223 46 102
Binary 10001001 11001010 10100110 100000 0 10010 10101 10010011 100110 1000010

Color Harmonies of #89CAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89CAA6

Black with #89CAA6

Text Example


Text Example

White with #89CAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,202,166); }

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

background-color css

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

 a { background-color: rgb(137,202,166); }

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

border-color css

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

 span { border-color: rgb(137,202,166); }

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