#9DDFB3

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

Shades of Vista Blue #9DDFB3

Tints of Vista Blue #9DDFB3

Color information

#9DDFB3 (or 0x9DDFB3) is unknown color: approx Vista Blue. HEX triplet: 9D, DF and B3. RGB value is (157,223,179). Sum of RGB (Red+Green+Blue) = 157+223+179=559 (74% of max value = 765). Red value is 157 (61.72% from 255 or 28.09% from 559); Green value is 223 (87.5% from 255 or 39.89% from 559); Blue value is 179 (70.31% from 255 or 32.02% from 559); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDFB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDFB3 is #62204C. Grayscale: #C6C6C6. Windows color (decimal): -6430797 or 11788189. OLE color: 11788189.

HSL color Cylindrical-coordinate representation of color #9DDFB3: hue angle of 140º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DDFB3 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB157223179-
CMYK0.3000.200.13
HSL140º50.77%74.51%-
HSV(B)140º29.6%87.45%-
XYZ48.4363.252.29-
YUV198.25117.1398.58-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.09%
GREEN value IS 223 (87.5% from 255) = 39.89%
BLUE value IS 179 (70.31% from 255) = 32.02%
R=28.09%
G=39.89%
B=32.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572231790.3000.200.1314050.7774.51
Hex9DDFB31E014D8c334b
Octal235337263360241521463113
Binary100111011101111110110011111100101001101100011001100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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