#A1DBBA

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

Shades of Vista Blue #A1DBBA

Tints of Vista Blue #A1DBBA

Color information

#A1DBBA (or 0xA1DBBA) is unknown color: approx Vista Blue. HEX triplet: A1, DB and BA. RGB value is (161,219,186). Sum of RGB (Red+Green+Blue) = 161+219+186=566 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.45% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 186 (73.05% from 255 or 32.86% from 566); Max value from RGB is 219 - color contains mainly: green. Hex color #A1DBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DBBA is #5E2445. Grayscale: #C5C5C5. Windows color (decimal): -6169670 or 12245921. OLE color: 12245921.

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

Color convert

RGB161219186-
CMYK0.2600.150.14
HSL145.86º44.62%74.51%-
HSV(B)145.86º26.48%85.88%-
XYZ48.8961.7955.8-
YUV197.9121.28101.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.45%
GREEN value IS 219 (85.94% from 255) = 38.69%
BLUE value IS 186 (73.05% from 255) = 32.86%
R=28.45%
G=38.69%
B=32.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1612191860.2600.150.14145.8644.6274.51
HexA1DBBA1A0FE922d4b
Octal241333272320171622255113
Binary10100001110110111011101011010011111110100100101011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DBBA; }

 p { color: rgb(161,219,186); }

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

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

 a { background-color: rgb(161,219,186); }

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

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

 span { border-color: rgb(161,219,186); }

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