#A9DCC0

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

Shades of Vista Blue #A9DCC0

Tints of Vista Blue #A9DCC0

Color information

#A9DCC0 (or 0xA9DCC0) is unknown color: approx Vista Blue. HEX triplet: A9, DC and C0. RGB value is (169,220,192). Sum of RGB (Red+Green+Blue) = 169+220+192=581 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.09% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 192 (75.39% from 255 or 33.05% from 581); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DCC0 is #56233F. Grayscale: #C9C9C9. Windows color (decimal): -5645120 or 12639401. OLE color: 12639401.

HSL color Cylindrical-coordinate representation of color #A9DCC0: hue angle of 147.06º 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 #A9DCC0 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB169220192-
CMYK0.2300.130.14
HSL147.06º42.15%76.27%-
HSV(B)147.06º23.18%86.27%-
XYZ51.4763.4359.4-
YUV201.56122.6104.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.09%
GREEN value IS 220 (86.33% from 255) = 37.87%
BLUE value IS 192 (75.39% from 255) = 33.05%
R=29.09%
G=37.87%
B=33.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1692201920.2300.130.14147.0642.1576.27
HexA9DCC0170DE932a4c
Octal251334300270151622352114
Binary10101001110111001100000010111011011110100100111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DCC0; }

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

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

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

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

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

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

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

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