Html Css Color HEX #97DDAD Vista Blue

📋 copy color: '#97DDAD'

red 151 ◦ green 221 ◦ blue 173

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

Shades of Vista Blue #97DDAD

Tints of Vista Blue #97DDAD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.55%

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

R = 27.71%
G = 40.55%
B = 31.74%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#97DDAD (or 0x97DDAD) is known color: Vista Blue. HEX triplet: 97, DD and AD. RGB value is (151,221,173). Sum of RGB (Red+Green+Blue) = 151+221+173=545 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.71% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 173 (67.97% from 255 or 31.74% from 545); Max value from RGB is 221 - color contains mainly: green. Hex color #97DDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97DDAD is #682252. Grayscale: #C2C2C2. Windows color (decimal): -6824531 or 11394455. OLE color: 11394455.

HSL color Cylindrical-coordinate representation of color #97DDAD: hue angle of 138.86º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #97DDAD is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 221 173 -
CMYK 0.32 0 0.22 0.13
HSL 138.86º 0.51% 0.73% -
HSV(B) 138.86º 0.32% 0.87% -
XYZ 46.16 61.31 48.94 -
YUV 194.6 115.81 96.9 -
System Red Green Blue C M Y K H S L
Decimal 151 221 173 0.32 0 0.22 0.13 138.86 0.51 0.73
Hex 97 DD AD 20 0 16 D 8B 33 49
Octal 227 335 255 40 0 26 15 213 63 111
Binary 10010111 11011101 10101101 100000 0 10110 1101 10001011 110011 1001001

Color Harmonies of #97DDAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97DDAD

Black with #97DDAD

Text Example


Text Example

White with #97DDAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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