#A0D8BA

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

Shades of Vista Blue #A0D8BA

Tints of Vista Blue #A0D8BA

Color information

#A0D8BA (or 0xA0D8BA) is unknown color: approx Vista Blue. HEX triplet: A0, D8 and BA. RGB value is (160,216,186). Sum of RGB (Red+Green+Blue) = 160+216+186=562 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.47% from 562); Green value is 216 (84.77% from 255 or 38.43% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D8BA is #5F2745. Grayscale: #C3C3C3. Windows color (decimal): -6235974 or 12245152. OLE color: 12245152.

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

Color convert

RGB160216186-
CMYK0.2600.140.15
HSL147.86º41.79%73.73%-
HSV(B)147.86º25.93%84.71%-
XYZ47.9260.1355.54-
YUV195.84122.45102.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.47%
GREEN value IS 216 (84.77% from 255) = 38.43%
BLUE value IS 186 (73.05% from 255) = 33.10%
R=28.47%
G=38.43%
B=33.10%

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
Decimal1602161860.2600.140.15147.8641.7973.73
HexA0D8BA1A0EF942a4a
Octal240330272320161722452112
Binary10100000110110001011101011010011101111100101001010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D8BA; }

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

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

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

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

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

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

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

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