#A1D7BA

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

Shades of Vista Blue #A1D7BA

Tints of Vista Blue #A1D7BA

Color information

#A1D7BA (or 0xA1D7BA) is unknown color: approx Vista Blue. HEX triplet: A1, D7 and BA. RGB value is (161,215,186). Sum of RGB (Red+Green+Blue) = 161+215+186=562 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.65% from 562); Green value is 215 (84.38% from 255 or 38.26% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 215 - color contains mainly: green. Hex color #A1D7BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D7BA is #5E2845. Grayscale: #C3C3C3. Windows color (decimal): -6170694 or 12244897. OLE color: 12244897.

HSL color Cylindrical-coordinate representation of color #A1D7BA: hue angle of 147.78º degrees, saturation: 0.4, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A1D7BA is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB161215186-
CMYK0.2500.130.16
HSL147.78º40.3%73.73%-
HSV(B)147.78º25.12%84.31%-
XYZ47.8659.7255.46-
YUV195.55122.61103.36-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.65%
GREEN value IS 215 (84.38% from 255) = 38.26%
BLUE value IS 186 (73.05% from 255) = 33.10%
R=28.65%
G=38.26%
B=33.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1612151860.2500.130.16147.7840.373.73
HexA1D7BA190D1094284a
Octal241327272310152022450112
Binary101000011101011110111010110010110110000100101001010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D7BA; }

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

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

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

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

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

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

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

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