#9DDEB1

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

Shades of Vista Blue #9DDEB1

Tints of Vista Blue #9DDEB1

Color information

#9DDEB1 (or 0x9DDEB1) is unknown color: approx Vista Blue. HEX triplet: 9D, DE and B1. RGB value is (157,222,177). Sum of RGB (Red+Green+Blue) = 157+222+177=556 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.24% from 556); Green value is 222 (87.11% from 255 or 39.93% from 556); Blue value is 177 (69.53% from 255 or 31.83% from 556); Max value from RGB is 222 - color contains mainly: green. Hex color #9DDEB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDEB1 is #62214E. Grayscale: #C5C5C5. Windows color (decimal): -6431055 or 11656861. OLE color: 11656861.

HSL color Cylindrical-coordinate representation of color #9DDEB1: hue angle of 138.46º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DDEB1 is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB157222177-
CMYK0.2900.200.13
HSL138.46º49.62%74.31%-
HSV(B)138.46º29.28%87.06%-
XYZ47.9662.5851.15-
YUV197.44116.4799.16-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.24%
GREEN value IS 222 (87.11% from 255) = 39.93%
BLUE value IS 177 (69.53% from 255) = 31.83%
R=28.24%
G=39.93%
B=31.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572221770.2900.200.13138.4649.6274.31
Hex9DDEB11D014D8a324a
Octal235336261350241521262112
Binary100111011101111010110001111010101001101100010101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,222,177); }

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

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

 a { background-color: rgb(157,222,177); }

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

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

 span { border-color: rgb(157,222,177); }

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