#A1D6BB

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

Shades of Vista Blue #A1D6BB

Tints of Vista Blue #A1D6BB

Color information

#A1D6BB (or 0xA1D6BB) is unknown color: approx Vista Blue. HEX triplet: A1, D6 and BB. RGB value is (161,214,187). Sum of RGB (Red+Green+Blue) = 161+214+187=562 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.65% from 562); Green value is 214 (83.98% from 255 or 38.08% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D6BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D6BB is #5E2944. Grayscale: #C3C3C3. Windows color (decimal): -6170949 or 12310177. OLE color: 12310177.

HSL color Cylindrical-coordinate representation of color #A1D6BB: hue angle of 149.43º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A1D6BB is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB161214187-
CMYK0.2500.130.16
HSL149.43º39.26%73.53%-
HSV(B)149.43º24.77%83.92%-
XYZ47.7159.2655.94-
YUV195.08123.44103.7-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.65%
GREEN value IS 214 (83.98% from 255) = 38.08%
BLUE value IS 187 (73.44% from 255) = 33.27%
R=28.65%
G=38.08%
B=33.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1612141870.2500.130.16149.4339.2673.53
HexA1D6BB190D1095274a
Octal241326273310152022547112
Binary101000011101011010111011110010110110000100101011001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D6BB; }

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

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

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

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

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

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

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

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