Html Css Color HEX #97D8BA Vista Blue

📋 copy color: '#97D8BA'

red 151 ◦ green 216 ◦ blue 186

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

Shades of Vista Blue #97D8BA

Tints of Vista Blue #97D8BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.63%

R = 27.31%
G = 39.06%
B = 33.63%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#97D8BA (or 0x97D8BA) is known color: Vista Blue. HEX triplet: 97, D8 and BA. RGB value is (151,216,186). Sum of RGB (Red+Green+Blue) = 151+216+186=553 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.31% from 553); Green value is 216 (84.77% from 255 or 39.06% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 216 - color contains mainly: green. Hex color #97D8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97D8BA is #682745. Grayscale: #C1C1C1. Windows color (decimal): -6825798 or 12245143. OLE color: 12245143.

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

Color convert

RGB 151 216 186 -
CMYK 0.30 0 0.14 0.15
HSL 152.31º 0.45% 0.72% -
HSV(B) 152.31º 0.3% 0.85% -
XYZ 46.18 59.24 55.45 -
YUV 193.15 123.97 97.94 -
System Red Green Blue C M Y K H S L
Decimal 151 216 186 0.30 0 0.14 0.15 152.31 0.45 0.72
Hex 97 D8 BA 1E 0 E F 98 2D 48
Octal 227 330 272 36 0 16 17 230 55 110
Binary 10010111 11011000 10111010 11110 0 1110 1111 10011000 101101 1001000

Color Harmonies of #97D8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D8BA

Black with #97D8BA

Text Example


Text Example

White with #97D8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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