#A0D7BA

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

Shades of Vista Blue #A0D7BA

Tints of Vista Blue #A0D7BA

Color information

#A0D7BA (or 0xA0D7BA) is unknown color: approx Vista Blue. HEX triplet: A0, D7 and BA. RGB value is (160,215,186). Sum of RGB (Red+Green+Blue) = 160+215+186=561 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.52% from 561); Green value is 215 (84.38% from 255 or 38.32% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 215 - color contains mainly: green. Hex color #A0D7BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D7BA is #5F2845. Grayscale: #C3C3C3. Windows color (decimal): -6236230 or 12244896. OLE color: 12244896.

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

Color convert

RGB160215186-
CMYK0.2600.130.16
HSL148.36º40.74%73.53%-
HSV(B)148.36º25.58%84.31%-
XYZ47.6659.6255.45-
YUV195.25122.78102.86-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.52%
GREEN value IS 215 (84.38% from 255) = 38.32%
BLUE value IS 186 (73.05% from 255) = 33.16%
R=28.52%
G=38.32%
B=33.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1602151860.2600.130.16148.3640.7473.53
HexA0D7BA1A0D1094294a
Octal240327272320152022451112
Binary101000001101011110111010110100110110000100101001010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D7BA; }

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

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

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

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

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

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

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

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