#9AD2AE

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

Shades of Vista Blue #9AD2AE

Tints of Vista Blue #9AD2AE

Color information

#9AD2AE (or 0x9AD2AE) is unknown color: approx Vista Blue. HEX triplet: 9A, D2 and AE. RGB value is (154,210,174). Sum of RGB (Red+Green+Blue) = 154+210+174=538 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.62% from 538); Green value is 210 (82.42% from 255 or 39.03% from 538); Blue value is 174 (68.36% from 255 or 32.34% from 538); Max value from RGB is 210 - color contains mainly: green. Hex color #9AD2AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD2AE is #652D51. Grayscale: #BDBDBD. Windows color (decimal): -6630738 or 11457178. OLE color: 11457178.

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

Color convert

RGB154210174-
CMYK0.2700.170.18
HSL141.43º38.36%71.37%-
HSV(B)141.43º26.67%82.35%-
XYZ44.0156.0248.54-
YUV189.15119.45102.93-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.62%
GREEN value IS 210 (82.42% from 255) = 39.03%
BLUE value IS 174 (68.36% from 255) = 32.34%
R=28.62%
G=39.03%
B=32.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1542101740.2700.170.18141.4338.3671.37
Hex9AD2AE1B011128d2647
Octal232322256330212221546107
Binary1001101011010010101011101101101000110010100011011001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,210,174); }

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

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

 a { background-color: rgb(154,210,174); }

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

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

 span { border-color: rgb(154,210,174); }

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