Html Css Color HEX #97C5A8 Vista Blue

📋 copy color: '#97C5A8'

red 151 ◦ green 197 ◦ blue 168

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

Shades of Vista Blue #97C5A8

Tints of Vista Blue #97C5A8

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.18%

 BLUE value IS 168 (66.02% from 255) = 32.56%

R = 29.26%
G = 38.18%
B = 32.56%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.15

 K value IS 0.23

RGB Variations

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

Color information

#97C5A8 (or 0x97C5A8) is known color: Vista Blue. HEX triplet: 97, C5 and A8. RGB value is (151,197,168). Sum of RGB (Red+Green+Blue) = 151+197+168=516 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.26% from 516); Green value is 197 (77.34% from 255 or 38.18% from 516); Blue value is 168 (66.02% from 255 or 32.56% from 516); Max value from RGB is 197 - color contains mainly: green. Hex color #97C5A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C5A8 is #683A57. Grayscale: #B4B4B4. Windows color (decimal): -6830680 or 11060631. OLE color: 11060631.

HSL color Cylindrical-coordinate representation of color #97C5A8: hue angle of 142.17º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #97C5A8 is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.23.

Color convert

RGB 151 197 168 -
CMYK 0.23 0 0.15 0.23
HSL 142.17º 0.28% 0.68% -
HSV(B) 142.17º 0.23% 0.77% -
XYZ 39.8 49.34 44.47 -
YUV 179.94 121.26 107.36 -
System Red Green Blue C M Y K H S L
Decimal 151 197 168 0.23 0 0.15 0.23 142.17 0.28 0.68
Hex 97 C5 A8 17 0 F 17 8E 1C 44
Octal 227 305 250 27 0 17 27 216 34 104
Binary 10010111 11000101 10101000 10111 0 1111 10111 10001110 11100 1000100

Color Harmonies of #97C5A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C5A8

Black with #97C5A8

Text Example


Text Example

White with #97C5A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,197,168); }

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

background-color css

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

 a { background-color: rgb(151,197,168); }

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

border-color css

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

 span { border-color: rgb(151,197,168); }

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