Html Css Color HEX #97D8BE Vista Blue

📋 copy color: '#97D8BE'

red 151 ◦ green 216 ◦ blue 190

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

Shades of Vista Blue #97D8BE

Tints of Vista Blue #97D8BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.11%

R = 27.11%
G = 38.78%
B = 34.11%

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

#97D8BE (or 0x97D8BE) is known color: Vista Blue. HEX triplet: 97, D8 and BE. RGB value is (151,216,190). Sum of RGB (Red+Green+Blue) = 151+216+190=557 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.11% from 557); Green value is 216 (84.77% from 255 or 38.78% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 216 - color contains mainly: green. Hex color #97D8BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97D8BE is #682741. Grayscale: #C1C1C1. Windows color (decimal): -6825794 or 12507287. OLE color: 12507287.

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

Color convert

RGB 151 216 190 -
CMYK 0.30 0 0.12 0.15
HSL 156º 0.45% 0.72% -
HSV(B) 156º 0.3% 0.85% -
XYZ 46.61 59.41 57.73 -
YUV 193.6 125.97 97.61 -
System Red Green Blue C M Y K H S L
Decimal 151 216 190 0.30 0 0.12 0.15 156 0.45 0.72
Hex 97 D8 BE 1E 0 C F 9C 2D 48
Octal 227 330 276 36 0 14 17 234 55 110
Binary 10010111 11011000 10111110 11110 0 1100 1111 10011100 101101 1001000

Color Harmonies of #97D8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D8BE

Black with #97D8BE

Text Example


Text Example

White with #97D8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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