Html Css Color HEX #97C6B0 Vista Blue

📋 copy color: '#97C6B0'

red 151 ◦ green 198 ◦ blue 176

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

Shades of Vista Blue #97C6B0

Tints of Vista Blue #97C6B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.52%

R = 28.76%
G = 37.71%
B = 33.52%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#97C6B0 (or 0x97C6B0) is known color: Vista Blue. HEX triplet: 97, C6 and B0. RGB value is (151,198,176). Sum of RGB (Red+Green+Blue) = 151+198+176=525 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.76% from 525); Green value is 198 (77.73% from 255 or 37.71% from 525); Blue value is 176 (69.14% from 255 or 33.52% from 525); Max value from RGB is 198 - color contains mainly: green. Hex color #97C6B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C6B0 is #68394F. Grayscale: #B5B5B5. Windows color (decimal): -6830416 or 11585175. OLE color: 11585175.

HSL color Cylindrical-coordinate representation of color #97C6B0: hue angle of 151.91º 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 #97C6B0 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB 151 198 176 -
CMYK 0.24 0 0.11 0.22
HSL 151.91º 0.29% 0.68% -
HSV(B) 151.91º 0.24% 0.78% -
XYZ 40.79 50.1 48.59 -
YUV 181.44 124.93 106.29 -
System Red Green Blue C M Y K H S L
Decimal 151 198 176 0.24 0 0.11 0.22 151.91 0.29 0.68
Hex 97 C6 B0 18 0 B 16 98 1D 44
Octal 227 306 260 30 0 13 26 230 35 104
Binary 10010111 11000110 10110000 11000 0 1011 10110 10011000 11101 1000100

Color Harmonies of #97C6B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C6B0

Black with #97C6B0

Text Example


Text Example

White with #97C6B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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