Html Css Color HEX #97DCC0 Vista Blue

📋 copy color: '#97DCC0'

red 151 ◦ green 220 ◦ blue 192

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

Shades of Vista Blue #97DCC0

Tints of Vista Blue #97DCC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.1%

R = 26.82%
G = 39.08%
B = 34.1%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#97DCC0 (or 0x97DCC0) is known color: Vista Blue. HEX triplet: 97, DC and C0. RGB value is (151,220,192). Sum of RGB (Red+Green+Blue) = 151+220+192=563 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.82% from 563); Green value is 220 (86.33% from 255 or 39.08% from 563); Blue value is 192 (75.39% from 255 or 34.10% from 563); Max value from RGB is 220 - color contains mainly: green. Hex color #97DCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97DCC0 is #68233F. Grayscale: #C4C4C4. Windows color (decimal): -6824768 or 12639383. OLE color: 12639383.

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

Color convert

RGB 151 220 192 -
CMYK 0.31 0 0.13 0.14
HSL 155.65º 0.5% 0.73% -
HSV(B) 155.65º 0.31% 0.86% -
XYZ 47.87 61.57 59.23 -
YUV 196.18 125.64 95.78 -
System Red Green Blue C M Y K H S L
Decimal 151 220 192 0.31 0 0.13 0.14 155.65 0.5 0.73
Hex 97 DC C0 1F 0 D E 9C 32 49
Octal 227 334 300 37 0 15 16 234 62 111
Binary 10010111 11011100 11000000 11111 0 1101 1110 10011100 110010 1001001

Color Harmonies of #97DCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97DCC0

Black with #97DCC0

Text Example


Text Example

White with #97DCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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