Html Css Color HEX #97D5BB Vista Blue

📋 copy color: '#97D5BB'

red 151 ◦ green 213 ◦ blue 187

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

Shades of Vista Blue #97D5BB

Tints of Vista Blue #97D5BB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.66%

 BLUE value IS 187 (73.44% from 255) = 33.94%

R = 27.4%
G = 38.66%
B = 33.94%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#97D5BB (or 0x97D5BB) is known color: Vista Blue. HEX triplet: 97, D5 and BB. RGB value is (151,213,187). Sum of RGB (Red+Green+Blue) = 151+213+187=551 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.40% from 551); Green value is 213 (83.59% from 255 or 38.66% from 551); Blue value is 187 (73.44% from 255 or 33.94% from 551); Max value from RGB is 213 - color contains mainly: green. Hex color #97D5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97D5BB is #682A44. Grayscale: #BFBFBF. Windows color (decimal): -6826565 or 12309911. OLE color: 12309911.

HSL color Cylindrical-coordinate representation of color #97D5BB: hue angle of 154.84º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #97D5BB is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 151 213 187 -
CMYK 0.29 0 0.12 0.16
HSL 154.84º 0.42% 0.71% -
HSV(B) 154.84º 0.29% 0.84% -
XYZ 45.53 57.76 55.76 -
YUV 191.5 125.46 99.11 -
System Red Green Blue C M Y K H S L
Decimal 151 213 187 0.29 0 0.12 0.16 154.84 0.42 0.71
Hex 97 D5 BB 1D 0 C 10 9B 2A 47
Octal 227 325 273 35 0 14 20 233 52 107
Binary 10010111 11010101 10111011 11101 0 1100 10000 10011011 101010 1000111

Color Harmonies of #97D5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D5BB

Black with #97D5BB

Text Example


Text Example

White with #97D5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,213,187); }

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

background-color css

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

 a { background-color: rgb(151,213,187); }

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

border-color css

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

 span { border-color: rgb(151,213,187); }

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