Html Css Color HEX #89CCA5 Vista Blue

📋 copy color: '#89CCA5'

red 137 ◦ green 204 ◦ blue 165

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

Shades of Vista Blue #89CCA5

Tints of Vista Blue #89CCA5

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.32%

 BLUE value IS 165 (64.84% from 255) = 32.61%

R = 27.08%
G = 40.32%
B = 32.61%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.19

 K value IS 0.2

RGB Variations

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

Color information

#89CCA5 (or 0x89CCA5) is known color: Vista Blue. HEX triplet: 89, CC and A5. RGB value is (137,204,165). Sum of RGB (Red+Green+Blue) = 137+204+165=506 (67% of max value = 765). Red value is 137 (53.91% from 255 or 27.08% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 165 (64.84% from 255 or 32.61% from 506); Max value from RGB is 204 - color contains mainly: green. Hex color #89CCA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89CCA5 is #76335A. Grayscale: #B3B3B3. Windows color (decimal): -7746395 or 10865801. OLE color: 10865801.

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

Color convert

RGB 137 204 165 -
CMYK 0.33 0 0.19 0.2
HSL 145.07º 0.4% 0.67% -
HSV(B) 145.07º 0.33% 0.8% -
XYZ 38.7 51.22 43.44 -
YUV 179.52 119.8 97.67 -
System Red Green Blue C M Y K H S L
Decimal 137 204 165 0.33 0 0.19 0.2 145.07 0.4 0.67
Hex 89 CC A5 21 0 13 14 91 28 43
Octal 211 314 245 41 0 23 24 221 50 103
Binary 10001001 11001100 10100101 100001 0 10011 10100 10010001 101000 1000011

Color Harmonies of #89CCA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89CCA5

Black with #89CCA5

Text Example


Text Example

White with #89CCA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,204,165); }

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

background-color css

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

 a { background-color: rgb(137,204,165); }

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

border-color css

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

 span { border-color: rgb(137,204,165); }

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