#A1CDB9

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

Shades of Vista Blue #A1CDB9

Tints of Vista Blue #A1CDB9

Color information

#A1CDB9 (or 0xA1CDB9) is unknown color: approx Vista Blue. HEX triplet: A1, CD and B9. RGB value is (161,205,185). Sum of RGB (Red+Green+Blue) = 161+205+185=551 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.22% from 551); Green value is 205 (80.47% from 255 or 37.21% from 551); Blue value is 185 (72.66% from 255 or 33.58% from 551); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CDB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CDB9 is #5E3246. Grayscale: #BDBDBD. Windows color (decimal): -6173255 or 12176801. OLE color: 12176801.

HSL color Cylindrical-coordinate representation of color #A1CDB9: hue angle of 152.73º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1CDB9 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB161205185-
CMYK0.2100.100.20
HSL152.73º30.56%71.76%-
HSV(B)152.73º21.46%80.39%-
XYZ45.2954.7454.08-
YUV189.56125.42107.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.22%
GREEN value IS 205 (80.47% from 255) = 37.21%
BLUE value IS 185 (72.66% from 255) = 33.58%
R=29.22%
G=37.21%
B=33.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1612051850.2100.100.20152.7330.5671.76
HexA1CDB9150A14991f48
Octal241315271250122423137110
Binary10100001110011011011100110101010101010010011001111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CDB9; }

 p { color: rgb(161,205,185); }

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

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

 a { background-color: rgb(161,205,185); }

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

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

 span { border-color: rgb(161,205,185); }

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