Html Css Color HEX #97C6AF Vista Blue

📋 copy color: '#97C6AF'

red 151 ◦ green 198 ◦ blue 175

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

Shades of Vista Blue #97C6AF

Tints of Vista Blue #97C6AF

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.79%

 BLUE value IS 175 (68.75% from 255) = 33.4%

R = 28.82%
G = 37.79%
B = 33.4%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#97C6AF (or 0x97C6AF) is known color: Vista Blue. HEX triplet: 97, C6 and AF. RGB value is (151,198,175). Sum of RGB (Red+Green+Blue) = 151+198+175=524 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.82% from 524); Green value is 198 (77.73% from 255 or 37.79% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 198 - color contains mainly: green. Hex color #97C6AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C6AF is #683950. Grayscale: #B5B5B5. Windows color (decimal): -6830417 or 11519639. OLE color: 11519639.

HSL color Cylindrical-coordinate representation of color #97C6AF: hue angle of 150.64º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #97C6AF is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 151 198 175 -
CMYK 0.24 0 0.12 0.22
HSL 150.64º 0.29% 0.68% -
HSV(B) 150.64º 0.24% 0.78% -
XYZ 40.69 50.06 48.08 -
YUV 181.33 124.43 106.37 -
System Red Green Blue C M Y K H S L
Decimal 151 198 175 0.24 0 0.12 0.22 150.64 0.29 0.68
Hex 97 C6 AF 18 0 C 16 97 1D 44
Octal 227 306 257 30 0 14 26 227 35 104
Binary 10010111 11000110 10101111 11000 0 1100 10110 10010111 11101 1000100

Color Harmonies of #97C6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C6AF

Black with #97C6AF

Text Example


Text Example

White with #97C6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,198,175); }

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

background-color css

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

 a { background-color: rgb(151,198,175); }

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

border-color css

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

 span { border-color: rgb(151,198,175); }

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