Html Css Color HEX #97D8B9 Vista Blue

📋 copy color: '#97D8B9'

red 151 ◦ green 216 ◦ blue 185

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

Shades of Vista Blue #97D8B9

Tints of Vista Blue #97D8B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 33.51%

R = 27.36%
G = 39.13%
B = 33.51%

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

#97D8B9 (or 0x97D8B9) is known color: Vista Blue. HEX triplet: 97, D8 and B9. RGB value is (151,216,185). Sum of RGB (Red+Green+Blue) = 151+216+185=552 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.36% from 552); Green value is 216 (84.77% from 255 or 39.13% from 552); Blue value is 185 (72.66% from 255 or 33.51% from 552); Max value from RGB is 216 - color contains mainly: green. Hex color #97D8B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97D8B9 is #682746. Grayscale: #C1C1C1. Windows color (decimal): -6825799 or 12179607. OLE color: 12179607.

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

Color convert

RGB 151 216 185 -
CMYK 0.30 0 0.14 0.15
HSL 151.38º 0.45% 0.72% -
HSV(B) 151.38º 0.3% 0.85% -
XYZ 46.08 59.19 54.9 -
YUV 193.03 123.47 98.02 -
System Red Green Blue C M Y K H S L
Decimal 151 216 185 0.30 0 0.14 0.15 151.38 0.45 0.72
Hex 97 D8 B9 1E 0 E F 97 2D 48
Octal 227 330 271 36 0 16 17 227 55 110
Binary 10010111 11011000 10111001 11110 0 1110 1111 10010111 101101 1001000

Color Harmonies of #97D8B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D8B9

Black with #97D8B9

Text Example


Text Example

White with #97D8B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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