#A1DDBB

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

Shades of Vista Blue #A1DDBB

Tints of Vista Blue #A1DDBB

Color information

#A1DDBB (or 0xA1DDBB) is unknown color: approx Vista Blue. HEX triplet: A1, DD and BB. RGB value is (161,221,187). Sum of RGB (Red+Green+Blue) = 161+221+187=569 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.30% from 569); Green value is 221 (86.72% from 255 or 38.84% from 569); Blue value is 187 (73.44% from 255 or 32.86% from 569); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DDBB is #5E2244. Grayscale: #C7C7C7. Windows color (decimal): -6169157 or 12311969. OLE color: 12311969.

HSL color Cylindrical-coordinate representation of color #A1DDBB: hue angle of 146º 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 #A1DDBB is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB161221187-
CMYK0.2700.150.13
HSL146º46.88%74.9%-
HSV(B)146º27.15%86.67%-
XYZ49.5262.8856.54-
YUV199.18121.12100.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.30%
GREEN value IS 221 (86.72% from 255) = 38.84%
BLUE value IS 187 (73.44% from 255) = 32.86%
R=28.30%
G=38.84%
B=32.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1612211870.2700.150.1314646.8874.9
HexA1DDBB1B0FD922f4b
Octal241335273330171522257113
Binary10100001110111011011101111011011111101100100101011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DDBB; }

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

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

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

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

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

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

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

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