#A9D9BA

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

Shades of Vista Blue #A9D9BA

Tints of Vista Blue #A9D9BA

Color information

#A9D9BA (or 0xA9D9BA) is unknown color: approx Vista Blue. HEX triplet: A9, D9 and BA. RGB value is (169,217,186). Sum of RGB (Red+Green+Blue) = 169+217+186=572 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.55% from 572); Green value is 217 (85.16% from 255 or 37.94% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 217 - color contains mainly: green. Hex color #A9D9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D9BA is #562645. Grayscale: #C7C7C7. Windows color (decimal): -5645894 or 12245417. OLE color: 12245417.

HSL color Cylindrical-coordinate representation of color #A9D9BA: hue angle of 141.25º degrees, saturation: 0.39, 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 #A9D9BA is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB169217186-
CMYK0.2200.140.15
HSL141.25º38.71%75.69%-
HSV(B)141.25º22.12%85.1%-
XYZ50.0461.6155.71-
YUV199.11120.6106.52-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.55%
GREEN value IS 217 (85.16% from 255) = 37.94%
BLUE value IS 186 (73.05% from 255) = 32.52%
R=29.55%
G=37.94%
B=32.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1692171860.2200.140.15141.2538.7175.69
HexA9D9BA160EF8d274c
Octal251331272260161721547114
Binary10101001110110011011101010110011101111100011011001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D9BA; }

 p { color: rgb(169,217,186); }

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

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

 a { background-color: rgb(169,217,186); }

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

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

 span { border-color: rgb(169,217,186); }

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