#A1D9BA

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

Shades of Vista Blue #A1D9BA

Tints of Vista Blue #A1D9BA

Color information

#A1D9BA (or 0xA1D9BA) is unknown color: approx Vista Blue. HEX triplet: A1, D9 and BA. RGB value is (161,217,186). Sum of RGB (Red+Green+Blue) = 161+217+186=564 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.55% from 564); Green value is 217 (85.16% from 255 or 38.48% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D9BA is #5E2645. Grayscale: #C4C4C4. Windows color (decimal): -6170182 or 12245409. OLE color: 12245409.

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

Color convert

RGB161217186-
CMYK0.2600.140.15
HSL146.79º42.42%74.12%-
HSV(B)146.79º25.81%85.1%-
XYZ48.3760.7555.63-
YUV196.72121.95102.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.55%
GREEN value IS 217 (85.16% from 255) = 38.48%
BLUE value IS 186 (73.05% from 255) = 32.98%
R=28.55%
G=38.48%
B=32.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1612171860.2600.140.15146.7942.4274.12
HexA1D9BA1A0EF932a4a
Octal241331272320161722352112
Binary10100001110110011011101011010011101111100100111010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D9BA; }

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

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

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

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

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

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

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

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