#A1DCBF

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

Shades of Vista Blue #A1DCBF

Tints of Vista Blue #A1DCBF

Color information

#A1DCBF (or 0xA1DCBF) is unknown color: approx Vista Blue. HEX triplet: A1, DC and BF. RGB value is (161,220,191). Sum of RGB (Red+Green+Blue) = 161+220+191=572 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.15% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 191 (75% from 255 or 33.39% from 572); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DCBF is #5E2340. Grayscale: #C7C7C7. Windows color (decimal): -6169409 or 12573857. OLE color: 12573857.

HSL color Cylindrical-coordinate representation of color #A1DCBF: hue angle of 150.51º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1DCBF is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB161220191-
CMYK0.2700.130.14
HSL150.51º45.74%74.71%-
HSV(B)150.51º26.82%86.27%-
XYZ49.762.5358.74-
YUV199.05123.45100.86-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.15%
GREEN value IS 220 (86.33% from 255) = 38.46%
BLUE value IS 191 (75% from 255) = 33.39%
R=28.15%
G=38.46%
B=33.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1612201910.2700.130.14150.5145.7474.71
HexA1DCBF1B0DE972e4b
Octal241334277330151622756113
Binary10100001110111001011111111011011011110100101111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DCBF; }

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

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

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

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

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

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

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

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