#9DDFB4

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

Shades of Vista Blue #9DDFB4

Tints of Vista Blue #9DDFB4

Color information

#9DDFB4 (or 0x9DDFB4) is unknown color: approx Vista Blue. HEX triplet: 9D, DF and B4. RGB value is (157,223,180). Sum of RGB (Red+Green+Blue) = 157+223+180=560 (74% of max value = 765). Red value is 157 (61.72% from 255 or 28.04% from 560); Green value is 223 (87.5% from 255 or 39.82% from 560); Blue value is 180 (70.70% from 255 or 32.14% from 560); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDFB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDFB4 is #62204B. Grayscale: #C6C6C6. Windows color (decimal): -6430796 or 11853725. OLE color: 11853725.

HSL color Cylindrical-coordinate representation of color #9DDFB4: hue angle of 140.91º 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 #9DDFB4 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB157223180-
CMYK0.3000.190.13
HSL140.91º50.77%74.51%-
HSV(B)140.91º29.6%87.45%-
XYZ48.5363.2452.83-
YUV198.36117.6398.5-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.04%
GREEN value IS 223 (87.5% from 255) = 39.82%
BLUE value IS 180 (70.70% from 255) = 32.14%
R=28.04%
G=39.82%
B=32.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572231800.3000.190.13140.9150.7774.51
Hex9DDFB41E013D8d334b
Octal235337264360231521563113
Binary100111011101111110110100111100100111101100011011100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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