#A9DCC2

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

Shades of Vista Blue #A9DCC2

Tints of Vista Blue #A9DCC2

Color information

#A9DCC2 (or 0xA9DCC2) is unknown color: approx Vista Blue. HEX triplet: A9, DC and C2. RGB value is (169,220,194). Sum of RGB (Red+Green+Blue) = 169+220+194=583 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.99% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 194 (76.17% from 255 or 33.28% from 583); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DCC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DCC2 is #56233D. Grayscale: #C9C9C9. Windows color (decimal): -5645118 or 12770473. OLE color: 12770473.

HSL color Cylindrical-coordinate representation of color #A9DCC2: hue angle of 149.41º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9DCC2 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB169220194-
CMYK0.2300.120.14
HSL149.41º42.15%76.27%-
HSV(B)149.41º23.18%86.27%-
XYZ51.6963.5260.57-
YUV201.79123.6104.61-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.99%
GREEN value IS 220 (86.33% from 255) = 37.74%
BLUE value IS 194 (76.17% from 255) = 33.28%
R=28.99%
G=37.74%
B=33.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1692201940.2300.120.14149.4142.1576.27
HexA9DCC2170CE952a4c
Octal251334302270141622552114
Binary10101001110111001100001010111011001110100101011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DCC2; }

 p { color: rgb(169,220,194); }

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

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

 a { background-color: rgb(169,220,194); }

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

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

 span { border-color: rgb(169,220,194); }

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