#97CBAD

Color #97CBAD Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #97CBAD

Tints of Vista Blue #97CBAD

Color information

#97CBAD (or 0x97CBAD) is unknown color: approx Vista Blue. HEX triplet: 97, CB and AD. RGB value is (151,203,173). Sum of RGB (Red+Green+Blue) = 151+203+173=527 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.65% from 527); Green value is 203 (79.69% from 255 or 38.52% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 203 - color contains mainly: green. Hex color #97CBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97CBAD is #683452. Grayscale: #B8B8B8. Windows color (decimal): -6829139 or 11389847. OLE color: 11389847.

HSL color Cylindrical-coordinate representation of color #97CBAD: hue angle of 145.38º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #97CBAD is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB151203173-
CMYK0.2600.150.20
HSL145.38º33.33%69.41%-
HSV(B)145.38º25.62%79.61%-
XYZ41.6652.3147.44-
YUV184.03121.77104.44-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.65%
GREEN value IS 203 (79.69% from 255) = 38.52%
BLUE value IS 173 (67.97% from 255) = 32.83%
R=28.65%
G=38.52%
B=32.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1512031730.2600.150.20145.3833.3369.41
Hex97CBAD1A0F14912145
Octal227313255320172422141105
Binary100101111100101110101101110100111110100100100011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,203,173); }

 H1.HeaderClassName
 {
   color: #97CBAD;
 }
 .AnyTagClassName
 {
   color: #97CBAD;
 }
</style>
background-color css

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

 a { background-color: rgb(151,203,173); }

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

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

 span { border-color: rgb(151,203,173); }

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