#A1DAB6

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

Shades of Vista Blue #A1DAB6

Tints of Vista Blue #A1DAB6

Color information

#A1DAB6 (or 0xA1DAB6) is unknown color: approx Vista Blue. HEX triplet: A1, DA and B6. RGB value is (161,218,182). Sum of RGB (Red+Green+Blue) = 161+218+182=561 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.70% from 561); Green value is 218 (85.55% from 255 or 38.86% from 561); Blue value is 182 (71.48% from 255 or 32.44% from 561); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DAB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DAB6 is #5E2549. Grayscale: #C4C4C4. Windows color (decimal): -6169930 or 11983521. OLE color: 11983521.

HSL color Cylindrical-coordinate representation of color #A1DAB6: hue angle of 142.11º degrees, saturation: 0.44, 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 #A1DAB6 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB161218182-
CMYK0.2600.170.15
HSL142.11º43.51%74.31%-
HSV(B)142.11º26.15%85.49%-
XYZ48.2161.153.51-
YUV196.85119.62102.43-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.70%
GREEN value IS 218 (85.55% from 255) = 38.86%
BLUE value IS 182 (71.48% from 255) = 32.44%
R=28.70%
G=38.86%
B=32.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1612181820.2600.170.15142.1143.5174.31
HexA1DAB61A011F8e2c4a
Octal241332266320211721654112
Binary101000011101101010110110110100100011111100011101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DAB6; }

 p { color: rgb(161,218,182); }

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

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

 a { background-color: rgb(161,218,182); }

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

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

 span { border-color: rgb(161,218,182); }

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