#A1D9BB

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

Shades of Vista Blue #A1D9BB

Tints of Vista Blue #A1D9BB

Color information

#A1D9BB (or 0xA1D9BB) is unknown color: approx Vista Blue. HEX triplet: A1, D9 and BB. RGB value is (161,217,187). Sum of RGB (Red+Green+Blue) = 161+217+187=565 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.50% from 565); Green value is 217 (85.16% from 255 or 38.41% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D9BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D9BB is #5E2644. Grayscale: #C4C4C4. Windows color (decimal): -6170181 or 12310945. OLE color: 12310945.

HSL color Cylindrical-coordinate representation of color #A1D9BB: hue angle of 147.86º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1D9BB is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB161217187-
CMYK0.2600.140.15
HSL147.86º42.42%74.12%-
HSV(B)147.86º25.81%85.1%-
XYZ48.4860.7956.19-
YUV196.84122.45102.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.50%
GREEN value IS 217 (85.16% from 255) = 38.41%
BLUE value IS 187 (73.44% from 255) = 33.10%
R=28.50%
G=38.41%
B=33.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1612171870.2600.140.15147.8642.4274.12
HexA1D9BB1A0EF942a4a
Octal241331273320161722452112
Binary10100001110110011011101111010011101111100101001010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D9BB; }

 p { color: rgb(161,217,187); }

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

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

 a { background-color: rgb(161,217,187); }

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

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

 span { border-color: rgb(161,217,187); }

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