#A9DCBE

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

Shades of Vista Blue #A9DCBE

Tints of Vista Blue #A9DCBE

Color information

#A9DCBE (or 0xA9DCBE) is unknown color: approx Vista Blue. HEX triplet: A9, DC and BE. RGB value is (169,220,190). Sum of RGB (Red+Green+Blue) = 169+220+190=579 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.19% from 579); Green value is 220 (86.33% from 255 or 38.00% from 579); Blue value is 190 (74.61% from 255 or 32.82% from 579); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DCBE is #562341. Grayscale: #C9C9C9. Windows color (decimal): -5645122 or 12508329. OLE color: 12508329.

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

Color convert

RGB169220190-
CMYK0.2300.140.14
HSL144.71º42.15%76.27%-
HSV(B)144.71º23.18%86.27%-
XYZ51.2563.3458.24-
YUV201.33121.6104.94-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.19%
GREEN value IS 220 (86.33% from 255) = 38.00%
BLUE value IS 190 (74.61% from 255) = 32.82%
R=29.19%
G=38.00%
B=32.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1692201900.2300.140.14144.7142.1576.27
HexA9DCBE170EE912a4c
Octal251334276270161622152114
Binary10101001110111001011111010111011101110100100011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DCBE; }

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

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

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

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

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

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

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

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