Html Css Color HEX #97D6BA Vista Blue

📋 copy color: '#97D6BA'

red 151 ◦ green 214 ◦ blue 186

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

Shades of Vista Blue #97D6BA

Tints of Vista Blue #97D6BA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.84%

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

R = 27.4%
G = 38.84%
B = 33.76%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#97D6BA (or 0x97D6BA) is known color: Vista Blue. HEX triplet: 97, D6 and BA. RGB value is (151,214,186). Sum of RGB (Red+Green+Blue) = 151+214+186=551 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.40% from 551); Green value is 214 (83.98% from 255 or 38.84% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 214 - color contains mainly: green. Hex color #97D6BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97D6BA is #682945. Grayscale: #C0C0C0. Windows color (decimal): -6826310 or 12244631. OLE color: 12244631.

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

Color convert

RGB 151 214 186 -
CMYK 0.29 0 0.13 0.16
HSL 153.33º 0.43% 0.72% -
HSV(B) 153.33º 0.29% 0.84% -
XYZ 45.67 58.22 55.28 -
YUV 191.97 124.63 98.78 -
System Red Green Blue C M Y K H S L
Decimal 151 214 186 0.29 0 0.13 0.16 153.33 0.43 0.72
Hex 97 D6 BA 1D 0 D 10 99 2B 48
Octal 227 326 272 35 0 15 20 231 53 110
Binary 10010111 11010110 10111010 11101 0 1101 10000 10011001 101011 1001000

Color Harmonies of #97D6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D6BA

Black with #97D6BA

Text Example


Text Example

White with #97D6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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