#A1D3BF

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

Shades of Vista Blue #A1D3BF

Tints of Vista Blue #A1D3BF

Color information

#A1D3BF (or 0xA1D3BF) is unknown color: approx Vista Blue. HEX triplet: A1, D3 and BF. RGB value is (161,211,191). Sum of RGB (Red+Green+Blue) = 161+211+191=563 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.60% from 563); Green value is 211 (82.81% from 255 or 37.48% from 563); Blue value is 191 (75% from 255 or 33.93% from 563); Max value from RGB is 211 - color contains mainly: green. Hex color #A1D3BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D3BF is #5E2C40. Grayscale: #C1C1C1. Windows color (decimal): -6171713 or 12571553. OLE color: 12571553.

HSL color Cylindrical-coordinate representation of color #A1D3BF: hue angle of 156º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A1D3BF is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB161211191-
CMYK0.2400.090.17
HSL156º36.23%72.94%-
HSV(B)156º23.7%82.75%-
XYZ47.457.9357.97-
YUV193.77126.44104.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.60%
GREEN value IS 211 (82.81% from 255) = 37.48%
BLUE value IS 191 (75% from 255) = 33.93%
R=28.60%
G=37.48%
B=33.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1612111910.2400.090.1715636.2372.94
HexA1D3BF1809119c2449
Octal241323277300112123444111
Binary101000011101001110111111110000100110001100111001001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D3BF; }

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

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

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

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

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

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

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

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