Html Css Color HEX #97D8BD Vista Blue

📋 copy color: '#97D8BD'

red 151 ◦ green 216 ◦ blue 189

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

Shades of Vista Blue #97D8BD

Tints of Vista Blue #97D8BD

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.85%

 BLUE value IS 189 (74.22% from 255) = 33.99%

R = 27.16%
G = 38.85%
B = 33.99%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#97D8BD (or 0x97D8BD) is known color: Vista Blue. HEX triplet: 97, D8 and BD. RGB value is (151,216,189). Sum of RGB (Red+Green+Blue) = 151+216+189=556 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.16% from 556); Green value is 216 (84.77% from 255 or 38.85% from 556); Blue value is 189 (74.22% from 255 or 33.99% from 556); Max value from RGB is 216 - color contains mainly: green. Hex color #97D8BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97D8BD is #682742. Grayscale: #C1C1C1. Windows color (decimal): -6825795 or 12441751. OLE color: 12441751.

HSL color Cylindrical-coordinate representation of color #97D8BD: hue angle of 155.08º degrees, saturation: 0.45, 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 #97D8BD is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 151 216 189 -
CMYK 0.30 0 0.12 0.15
HSL 155.08º 0.45% 0.72% -
HSV(B) 155.08º 0.3% 0.85% -
XYZ 46.5 59.37 57.15 -
YUV 193.49 125.47 97.7 -
System Red Green Blue C M Y K H S L
Decimal 151 216 189 0.30 0 0.12 0.15 155.08 0.45 0.72
Hex 97 D8 BD 1E 0 C F 9B 2D 48
Octal 227 330 275 36 0 14 17 233 55 110
Binary 10010111 11011000 10111101 11110 0 1100 1111 10011011 101101 1001000

Color Harmonies of #97D8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D8BD

Black with #97D8BD

Text Example


Text Example

White with #97D8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,216,189); }

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

background-color css

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

 a { background-color: rgb(151,216,189); }

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

border-color css

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

 span { border-color: rgb(151,216,189); }

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