#9DCDAF

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

Shades of Vista Blue #9DCDAF

Tints of Vista Blue #9DCDAF

Color information

#9DCDAF (or 0x9DCDAF) is unknown color: approx Vista Blue. HEX triplet: 9D, CD and AF. RGB value is (157,205,175). Sum of RGB (Red+Green+Blue) = 157+205+175=537 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.24% from 537); Green value is 205 (80.47% from 255 or 38.18% from 537); Blue value is 175 (68.75% from 255 or 32.59% from 537); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCDAF is #623250. Grayscale: #BBBBBB. Windows color (decimal): -6435409 or 11521437. OLE color: 11521437.

HSL color Cylindrical-coordinate representation of color #9DCDAF: hue angle of 142.5º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DCDAF is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB157205175-
CMYK0.2300.150.20
HSL142.5º32.43%70.98%-
HSV(B)142.5º23.41%80.39%-
XYZ43.4753.9348.67-
YUV187.23121.1106.44-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.24%
GREEN value IS 205 (80.47% from 255) = 38.18%
BLUE value IS 175 (68.75% from 255) = 32.59%
R=29.24%
G=38.18%
B=32.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1572051750.2300.150.20142.532.4370.98
Hex9DCDAF170F148e2047
Octal235315257270172421640107
Binary100111011100110110101111101110111110100100011101000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,205,175); }

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

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

 a { background-color: rgb(157,205,175); }

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

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

 span { border-color: rgb(157,205,175); }

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