#A9D8BB

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

Shades of Vista Blue #A9D8BB

Tints of Vista Blue #A9D8BB

Color information

#A9D8BB (or 0xA9D8BB) is unknown color: approx Vista Blue. HEX triplet: A9, D8 and BB. RGB value is (169,216,187). Sum of RGB (Red+Green+Blue) = 169+216+187=572 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.55% from 572); Green value is 216 (84.77% from 255 or 37.76% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 216 - color contains mainly: green. Hex color #A9D8BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D8BB is #562744. Grayscale: #C6C6C6. Windows color (decimal): -5646149 or 12310697. OLE color: 12310697.

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

Color convert

RGB169216187-
CMYK0.2200.130.15
HSL142.98º37.6%75.49%-
HSV(B)142.98º21.76%84.71%-
XYZ49.8961.1356.18-
YUV198.64121.43106.86-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.55%
GREEN value IS 216 (84.77% from 255) = 37.76%
BLUE value IS 187 (73.44% from 255) = 32.69%
R=29.55%
G=37.76%
B=32.69%

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
Decimal1692161870.2200.130.15142.9837.675.49
HexA9D8BB160DF8f264b
Octal251330273260151721746113
Binary10101001110110001011101110110011011111100011111001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D8BB; }

 p { color: rgb(169,216,187); }

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

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

 a { background-color: rgb(169,216,187); }

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

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

 span { border-color: rgb(169,216,187); }

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