#A1DDBA

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

Shades of Vista Blue #A1DDBA

Tints of Vista Blue #A1DDBA

Color information

#A1DDBA (or 0xA1DDBA) is unknown color: approx Vista Blue. HEX triplet: A1, DD and BA. RGB value is (161,221,186). Sum of RGB (Red+Green+Blue) = 161+221+186=568 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.35% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 186 (73.05% from 255 or 32.75% from 568); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DDBA is #5E2245. Grayscale: #C7C7C7. Windows color (decimal): -6169158 or 12246433. OLE color: 12246433.

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

Color convert

RGB161221186-
CMYK0.2700.160.13
HSL145º46.88%74.9%-
HSV(B)145º27.15%86.67%-
XYZ49.4262.8455.98-
YUV199.07120.62100.85-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.35%
GREEN value IS 221 (86.72% from 255) = 38.91%
BLUE value IS 186 (73.05% from 255) = 32.75%
R=28.35%
G=38.91%
B=32.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1612211860.2700.160.1314546.8874.9
HexA1DDBA1B010D912f4b
Octal241335272330201522157113
Binary101000011101110110111010110110100001101100100011011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DDBA; }

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

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

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

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

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

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

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

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