Html Css Color HEX #97C9AD Vista Blue

📋 copy color: '#97C9AD'

red 151 ◦ green 201 ◦ blue 173

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

Shades of Vista Blue #97C9AD

Tints of Vista Blue #97C9AD

RGB

 RED value IS 151 (59.38% from 255) = 28.76%

 GREEN value IS 201 (78.91% from 255) = 38.29%

 BLUE value IS 173 (67.97% from 255) = 32.95%

R = 28.76%
G = 38.29%
B = 32.95%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#97C9AD (or 0x97C9AD) is known color: Vista Blue. HEX triplet: 97, C9 and AD. RGB value is (151,201,173). Sum of RGB (Red+Green+Blue) = 151+201+173=525 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.76% from 525); Green value is 201 (78.91% from 255 or 38.29% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 201 - color contains mainly: green. Hex color #97C9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C9AD is #683652. Grayscale: #B6B6B6. Windows color (decimal): -6829651 or 11389335. OLE color: 11389335.

HSL color Cylindrical-coordinate representation of color #97C9AD: hue angle of 146.4º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #97C9AD is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 151 201 173 -
CMYK 0.25 0 0.14 0.21
HSL 146.4º 0.32% 0.69% -
HSV(B) 146.4º 0.25% 0.79% -
XYZ 41.19 51.37 47.28 -
YUV 182.86 122.44 105.28 -
System Red Green Blue C M Y K H S L
Decimal 151 201 173 0.25 0 0.14 0.21 146.4 0.32 0.69
Hex 97 C9 AD 19 0 E 15 92 20 45
Octal 227 311 255 31 0 16 25 222 40 105
Binary 10010111 11001001 10101101 11001 0 1110 10101 10010010 100000 1000101

Color Harmonies of #97C9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C9AD

Black with #97C9AD

Text Example


Text Example

White with #97C9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97C9AD; }

 p { color: rgb(151,201,173); }

 H1.HeaderClassName
 {
   color: #97C9AD;
 }
 .AnyTagClassName
 {
   color: #97C9AD;
 }
</style>

background-color css

<style>
 a { background-color: #97C9AD; }

 a { background-color: rgb(151,201,173); }

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

border-color css

<style>
 span { border-color: #97C9AD; }

 span { border-color: rgb(151,201,173); }

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