#9DDABB

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

Shades of Vista Blue #9DDABB

Tints of Vista Blue #9DDABB

Color information

#9DDABB (or 0x9DDABB) is unknown color: approx Vista Blue. HEX triplet: 9D, DA and BB. RGB value is (157,218,187). Sum of RGB (Red+Green+Blue) = 157+218+187=562 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.94% from 562); Green value is 218 (85.55% from 255 or 38.79% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDABB is #622544. Grayscale: #C4C4C4. Windows color (decimal): -6432069 or 12311197. OLE color: 12311197.

HSL color Cylindrical-coordinate representation of color #9DDABB: hue angle of 149.51º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DDABB is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB157218187-
CMYK0.2800.140.15
HSL149.51º45.19%73.53%-
HSV(B)149.51º27.98%85.49%-
XYZ47.9560.956.24-
YUV196.23122.79100.02-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.94%
GREEN value IS 218 (85.55% from 255) = 38.79%
BLUE value IS 187 (73.44% from 255) = 33.27%
R=27.94%
G=38.79%
B=33.27%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1572181870.2800.140.15149.5145.1973.53
Hex9DDABB1C0EF962d4a
Octal235332273340161722655112
Binary10011101110110101011101111100011101111100101101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,218,187); }

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

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

 a { background-color: rgb(157,218,187); }

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

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

 span { border-color: rgb(157,218,187); }

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