#A9DABE

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

Shades of Vista Blue #A9DABE

Tints of Vista Blue #A9DABE

Color information

#A9DABE (or 0xA9DABE) is unknown color: approx Vista Blue. HEX triplet: A9, DA and BE. RGB value is (169,218,190). Sum of RGB (Red+Green+Blue) = 169+218+190=577 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.29% from 577); Green value is 218 (85.55% from 255 or 37.78% from 577); Blue value is 190 (74.61% from 255 or 32.93% from 577); Max value from RGB is 218 - color contains mainly: green. Hex color #A9DABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DABE is #562541. Grayscale: #C8C8C8. Windows color (decimal): -5645634 or 12507817. OLE color: 12507817.

HSL color Cylindrical-coordinate representation of color #A9DABE: hue angle of 145.71º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A9DABE is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB169218190-
CMYK0.2200.130.15
HSL145.71º39.84%75.88%-
HSV(B)145.71º22.48%85.49%-
XYZ50.7362.358.07-
YUV200.16122.27105.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.29%
GREEN value IS 218 (85.55% from 255) = 37.78%
BLUE value IS 190 (74.61% from 255) = 32.93%
R=29.29%
G=37.78%
B=32.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1692181900.2200.130.15145.7139.8475.88
HexA9DABE160DF92284c
Octal251332276260151722250114
Binary10101001110110101011111010110011011111100100101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DABE; }

 p { color: rgb(169,218,190); }

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

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

 a { background-color: rgb(169,218,190); }

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

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

 span { border-color: rgb(169,218,190); }

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