#A0D8C2

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

Shades of Vista Blue #A0D8C2

Tints of Vista Blue #A0D8C2

Color information

#A0D8C2 (or 0xA0D8C2) is unknown color: approx Vista Blue. HEX triplet: A0, D8 and C2. RGB value is (160,216,194). Sum of RGB (Red+Green+Blue) = 160+216+194=570 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.07% from 570); Green value is 216 (84.77% from 255 or 37.89% from 570); Blue value is 194 (76.17% from 255 or 34.04% from 570); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D8C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D8C2 is #5F273D. Grayscale: #C4C4C4. Windows color (decimal): -6235966 or 12769440. OLE color: 12769440.

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

Color convert

RGB160216194-
CMYK0.2600.100.15
HSL156.43º41.79%73.73%-
HSV(B)156.43º25.93%84.71%-
XYZ48.7960.4860.14-
YUV196.75126.45101.79-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.07%
GREEN value IS 216 (84.77% from 255) = 37.89%
BLUE value IS 194 (76.17% from 255) = 34.04%
R=28.07%
G=37.89%
B=34.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1602161940.2600.100.15156.4341.7973.73
HexA0D8C21A0AF9c2a4a
Octal240330302320121723452112
Binary10100000110110001100001011010010101111100111001010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D8C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D8C2; }

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

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

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

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

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

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

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

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