#A0D3BF

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

Shades of Vista Blue #A0D3BF

Tints of Vista Blue #A0D3BF

Color information

#A0D3BF (or 0xA0D3BF) is unknown color: approx Vista Blue. HEX triplet: A0, D3 and BF. RGB value is (160,211,191). Sum of RGB (Red+Green+Blue) = 160+211+191=562 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.47% from 562); Green value is 211 (82.81% from 255 or 37.54% from 562); Blue value is 191 (75% from 255 or 33.99% from 562); Max value from RGB is 211 - color contains mainly: green. Hex color #A0D3BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D3BF is #5F2C40. Grayscale: #C1C1C1. Windows color (decimal): -6237249 or 12571552. OLE color: 12571552.

HSL color Cylindrical-coordinate representation of color #A0D3BF: hue angle of 156.47º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A0D3BF is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB160211191-
CMYK0.2400.090.17
HSL156.47º36.69%72.75%-
HSV(B)156.47º24.17%82.75%-
XYZ47.257.8257.96-
YUV193.47126.6104.13-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.47%
GREEN value IS 211 (82.81% from 255) = 37.54%
BLUE value IS 191 (75% from 255) = 33.99%
R=28.47%
G=37.54%
B=33.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1602111910.2400.090.17156.4736.6972.75
HexA0D3BF1809119c2549
Octal240323277300112123445111
Binary101000001101001110111111110000100110001100111001001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D3BF; }

 p { color: rgb(160,211,191); }

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

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

 a { background-color: rgb(160,211,191); }

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

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

 span { border-color: rgb(160,211,191); }

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