Html Css Color HEX #97D9B1 Vista Blue

📋 copy color: '#97D9B1'

red 151 ◦ green 217 ◦ blue 177

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

Shades of Vista Blue #97D9B1

Tints of Vista Blue #97D9B1

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.82%

 BLUE value IS 177 (69.53% from 255) = 32.48%

R = 27.71%
G = 39.82%
B = 32.48%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#97D9B1 (or 0x97D9B1) is known color: Vista Blue. HEX triplet: 97, D9 and B1. RGB value is (151,217,177). Sum of RGB (Red+Green+Blue) = 151+217+177=545 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.71% from 545); Green value is 217 (85.16% from 255 or 39.82% from 545); Blue value is 177 (69.53% from 255 or 32.48% from 545); Max value from RGB is 217 - color contains mainly: green. Hex color #97D9B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D9B1 is #68264E. Grayscale: #C0C0C0. Windows color (decimal): -6825551 or 11655575. OLE color: 11655575.

HSL color Cylindrical-coordinate representation of color #97D9B1: hue angle of 143.64º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #97D9B1 is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 151 217 177 -
CMYK 0.30 0 0.18 0.15
HSL 143.64º 0.46% 0.72% -
HSV(B) 143.64º 0.3% 0.85% -
XYZ 45.51 59.38 50.66 -
YUV 192.71 119.13 98.25 -
System Red Green Blue C M Y K H S L
Decimal 151 217 177 0.30 0 0.18 0.15 143.64 0.46 0.72
Hex 97 D9 B1 1E 0 12 F 90 2E 48
Octal 227 331 261 36 0 22 17 220 56 110
Binary 10010111 11011001 10110001 11110 0 10010 1111 10010000 101110 1001000

Color Harmonies of #97D9B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D9B1

Black with #97D9B1

Text Example


Text Example

White with #97D9B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,217,177); }

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

background-color css

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

 a { background-color: rgb(151,217,177); }

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

border-color css

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

 span { border-color: rgb(151,217,177); }

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