#A9D6BF

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

Shades of Vista Blue #A9D6BF

Tints of Vista Blue #A9D6BF

Color information

#A9D6BF (or 0xA9D6BF) is unknown color: approx Vista Blue. HEX triplet: A9, D6 and BF. RGB value is (169,214,191). Sum of RGB (Red+Green+Blue) = 169+214+191=574 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.44% from 574); Green value is 214 (83.98% from 255 or 37.28% from 574); Blue value is 191 (75% from 255 or 33.28% from 574); Max value from RGB is 214 - color contains mainly: green. Hex color #A9D6BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D6BF is #562940. Grayscale: #C5C5C5. Windows color (decimal): -5646657 or 12572329. OLE color: 12572329.

HSL color Cylindrical-coordinate representation of color #A9D6BF: hue angle of 149.33º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A9D6BF is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB169214191-
CMYK0.2100.110.16
HSL149.33º35.43%75.1%-
HSV(B)149.33º21.03%83.92%-
XYZ49.8160.2958.3-
YUV197.92124.09107.37-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.44%
GREEN value IS 214 (83.98% from 255) = 37.28%
BLUE value IS 191 (75% from 255) = 33.28%
R=29.44%
G=37.28%
B=33.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1692141910.2100.110.16149.3335.4375.1
HexA9D6BF150B1095234b
Octal251326277250132022543113
Binary101010011101011010111111101010101110000100101011000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D6BF; }

 p { color: rgb(169,214,191); }

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

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

 a { background-color: rgb(169,214,191); }

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

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

 span { border-color: rgb(169,214,191); }

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