Html Css Color HEX #97DCBA Vista Blue

📋 copy color: '#97DCBA'

red 151 ◦ green 220 ◦ blue 186

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

Shades of Vista Blue #97DCBA

Tints of Vista Blue #97DCBA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.5%

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

R = 27.11%
G = 39.5%
B = 33.39%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#97DCBA (or 0x97DCBA) is known color: Vista Blue. HEX triplet: 97, DC and BA. RGB value is (151,220,186). Sum of RGB (Red+Green+Blue) = 151+220+186=557 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.11% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 220 - color contains mainly: green. Hex color #97DCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97DCBA is #682345. Grayscale: #C3C3C3. Windows color (decimal): -6824774 or 12246167. OLE color: 12246167.

HSL color Cylindrical-coordinate representation of color #97DCBA: hue angle of 150.43º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #97DCBA is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 151 220 186 -
CMYK 0.31 0 0.15 0.14
HSL 150.43º 0.5% 0.73% -
HSV(B) 150.43º 0.31% 0.86% -
XYZ 47.22 61.31 55.8 -
YUV 195.49 122.64 96.26 -
System Red Green Blue C M Y K H S L
Decimal 151 220 186 0.31 0 0.15 0.14 150.43 0.5 0.73
Hex 97 DC BA 1F 0 F E 96 32 49
Octal 227 334 272 37 0 17 16 226 62 111
Binary 10010111 11011100 10111010 11111 0 1111 1110 10010110 110010 1001001

Color Harmonies of #97DCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97DCBA

Black with #97DCBA

Text Example


Text Example

White with #97DCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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