#9DCDB0

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

Shades of Vista Blue #9DCDB0

Tints of Vista Blue #9DCDB0

Color information

#9DCDB0 (or 0x9DCDB0) is unknown color: approx Vista Blue. HEX triplet: 9D, CD and B0. RGB value is (157,205,176). Sum of RGB (Red+Green+Blue) = 157+205+176=538 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.18% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 176 (69.14% from 255 or 32.71% from 538); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCDB0 is #62324F. Grayscale: #BBBBBB. Windows color (decimal): -6435408 or 11586973. OLE color: 11586973.

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

Color convert

RGB157205176-
CMYK0.2300.140.20
HSL143.75º32.43%70.98%-
HSV(B)143.75º23.41%80.39%-
XYZ43.5753.9749.19-
YUV187.34121.6106.36-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.18%
GREEN value IS 205 (80.47% from 255) = 38.10%
BLUE value IS 176 (69.14% from 255) = 32.71%
R=29.18%
G=38.10%
B=32.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1572051760.2300.140.20143.7532.4370.98
Hex9DCDB0170E14902047
Octal235315260270162422040107
Binary100111011100110110110000101110111010100100100001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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