#9DCDAE

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

Shades of Vista Blue #9DCDAE

Tints of Vista Blue #9DCDAE

Color information

#9DCDAE (or 0x9DCDAE) is unknown color: approx Vista Blue. HEX triplet: 9D, CD and AE. RGB value is (157,205,174). Sum of RGB (Red+Green+Blue) = 157+205+174=536 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.29% from 536); Green value is 205 (80.47% from 255 or 38.25% from 536); Blue value is 174 (68.36% from 255 or 32.46% from 536); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCDAE is #623251. Grayscale: #BBBBBB. Windows color (decimal): -6435410 or 11455901. OLE color: 11455901.

HSL color Cylindrical-coordinate representation of color #9DCDAE: hue angle of 141.25º 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 #9DCDAE is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB157205174-
CMYK0.2300.150.20
HSL141.25º32.43%70.98%-
HSV(B)141.25º23.41%80.39%-
XYZ43.3853.8948.16-
YUV187.11120.6106.52-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.29%
GREEN value IS 205 (80.47% from 255) = 38.25%
BLUE value IS 174 (68.36% from 255) = 32.46%
R=29.29%
G=38.25%
B=32.46%

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
Decimal1572051740.2300.150.20141.2532.4370.98
Hex9DCDAE170F148d2047
Octal235315256270172421540107
Binary100111011100110110101110101110111110100100011011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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