#A1D5BF

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

Shades of Vista Blue #A1D5BF

Tints of Vista Blue #A1D5BF

Color information

#A1D5BF (or 0xA1D5BF) is unknown color: approx Vista Blue. HEX triplet: A1, D5 and BF. RGB value is (161,213,191). Sum of RGB (Red+Green+Blue) = 161+213+191=565 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.50% from 565); Green value is 213 (83.59% from 255 or 37.70% from 565); Blue value is 191 (75% from 255 or 33.81% from 565); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D5BF is #5E2A40. Grayscale: #C2C2C2. Windows color (decimal): -6171201 or 12572065. OLE color: 12572065.

HSL color Cylindrical-coordinate representation of color #A1D5BF: hue angle of 154.62º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A1D5BF is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB161213191-
CMYK0.2400.100.16
HSL154.62º38.24%73.33%-
HSV(B)154.62º24.41%83.53%-
XYZ47.958.9358.14-
YUV194.94125.77103.79-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.50%
GREEN value IS 213 (83.59% from 255) = 37.70%
BLUE value IS 191 (75% from 255) = 33.81%
R=28.50%
G=37.70%
B=33.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1612131910.2400.100.16154.6238.2473.33
HexA1D5BF180A109b2649
Octal241325277300122023346111
Binary101000011101010110111111110000101010000100110111001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D5BF; }

 p { color: rgb(161,213,191); }

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

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

 a { background-color: rgb(161,213,191); }

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

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

 span { border-color: rgb(161,213,191); }

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