#9DCAAD

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

Shades of Vista Blue #9DCAAD

Tints of Vista Blue #9DCAAD

Color information

#9DCAAD (or 0x9DCAAD) is unknown color: approx Vista Blue. HEX triplet: 9D, CA and AD. RGB value is (157,202,173). Sum of RGB (Red+Green+Blue) = 157+202+173=532 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.51% from 532); Green value is 202 (79.30% from 255 or 37.97% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 202 - color contains mainly: green. Hex color #9DCAAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCAAD is #623552. Grayscale: #B9B9B9. Windows color (decimal): -6436179 or 11389597. OLE color: 11389597.

HSL color Cylindrical-coordinate representation of color #9DCAAD: hue angle of 141.33º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9DCAAD is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB157202173-
CMYK0.2200.140.21
HSL141.33º29.8%70.39%-
HSV(B)141.33º22.28%79.22%-
XYZ42.5752.4347.41-
YUV185.24121.09107.86-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.51%
GREEN value IS 202 (79.30% from 255) = 37.97%
BLUE value IS 173 (67.97% from 255) = 32.52%
R=29.51%
G=37.97%
B=32.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1572021730.2200.140.21141.3329.870.39
Hex9DCAAD160E158d1e46
Octal235312255260162521536106
Binary10011101110010101010110110110011101010110001101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DCAAD; }

 p { color: rgb(157,202,173); }

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

<style>
 a { background-color: #9DCAAD; }

 a { background-color: rgb(157,202,173); }

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

<style>
 span { border-color: #9DCAAD; }

 span { border-color: rgb(157,202,173); }

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