#9DCDB3

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

Shades of Vista Blue #9DCDB3

Tints of Vista Blue #9DCDB3

Color information

#9DCDB3 (or 0x9DCDB3) is unknown color: approx Vista Blue. HEX triplet: 9D, CD and B3. RGB value is (157,205,179). Sum of RGB (Red+Green+Blue) = 157+205+179=541 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.02% from 541); Green value is 205 (80.47% from 255 or 37.89% from 541); Blue value is 179 (70.31% from 255 or 33.09% from 541); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCDB3 is #62324C. Grayscale: #BBBBBB. Windows color (decimal): -6435405 or 11783581. OLE color: 11783581.

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

Color convert

RGB157205179-
CMYK0.2300.130.20
HSL147.5º32.43%70.98%-
HSV(B)147.5º23.41%80.39%-
XYZ43.8754.0950.78-
YUV187.68123.1106.11-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.02%
GREEN value IS 205 (80.47% from 255) = 37.89%
BLUE value IS 179 (70.31% from 255) = 33.09%
R=29.02%
G=37.89%
B=33.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1572051790.2300.130.20147.532.4370.98
Hex9DCDB3170D14942047
Octal235315263270152422440107
Binary100111011100110110110011101110110110100100101001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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