#9DDDBA

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

Shades of Vista Blue #9DDDBA

Tints of Vista Blue #9DDDBA

Color information

#9DDDBA (or 0x9DDDBA) is unknown color: approx Vista Blue. HEX triplet: 9D, DD and BA. RGB value is (157,221,186). Sum of RGB (Red+Green+Blue) = 157+221+186=564 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.84% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDDBA is #622245. Grayscale: #C5C5C5. Windows color (decimal): -6431302 or 12246429. OLE color: 12246429.

HSL color Cylindrical-coordinate representation of color #9DDDBA: hue angle of 147.19º degrees, saturation: 0.48, 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 #9DDDBA is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB157221186-
CMYK0.2900.160.13
HSL147.19º48.48%74.12%-
HSV(B)147.19º28.96%86.67%-
XYZ48.6262.4355.94-
YUV197.87121.398.85-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.84%
GREEN value IS 221 (86.72% from 255) = 39.18%
BLUE value IS 186 (73.05% from 255) = 32.98%
R=27.84%
G=39.18%
B=32.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572211860.2900.160.13147.1948.4874.12
Hex9DDDBA1D010D93304a
Octal235335272350201522360112
Binary100111011101110110111010111010100001101100100111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,221,186); }

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

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

 a { background-color: rgb(157,221,186); }

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

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

 span { border-color: rgb(157,221,186); }

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