#9AD1AD

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

Shades of Vista Blue #9AD1AD

Tints of Vista Blue #9AD1AD

Color information

#9AD1AD (or 0x9AD1AD) is unknown color: approx Vista Blue. HEX triplet: 9A, D1 and AD. RGB value is (154,209,173). Sum of RGB (Red+Green+Blue) = 154+209+173=536 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.73% from 536); Green value is 209 (82.03% from 255 or 38.99% from 536); Blue value is 173 (67.97% from 255 or 32.28% from 536); Max value from RGB is 209 - color contains mainly: green. Hex color #9AD1AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD1AD is #652E52. Grayscale: #BCBCBC. Windows color (decimal): -6630995 or 11391386. OLE color: 11391386.

HSL color Cylindrical-coordinate representation of color #9AD1AD: hue angle of 140.73º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9AD1AD is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB154209173-
CMYK0.2600.170.18
HSL140.73º37.41%71.18%-
HSV(B)140.73º26.32%81.96%-
XYZ43.6755.4947.94-
YUV188.45119.28103.43-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.73%
GREEN value IS 209 (82.03% from 255) = 38.99%
BLUE value IS 173 (67.97% from 255) = 32.28%
R=28.73%
G=38.99%
B=32.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1542091730.2600.170.18140.7337.4171.18
Hex9AD1AD1A011128d2547
Octal232321255320212221545107
Binary1001101011010001101011011101001000110010100011011001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,209,173); }

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

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

 a { background-color: rgb(154,209,173); }

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

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

 span { border-color: rgb(154,209,173); }

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