#A0D2B5

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

Shades of Vista Blue #A0D2B5

Tints of Vista Blue #A0D2B5

Color information

#A0D2B5 (or 0xA0D2B5) is unknown color: approx Vista Blue. HEX triplet: A0, D2 and B5. RGB value is (160,210,181). Sum of RGB (Red+Green+Blue) = 160+210+181=551 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.04% from 551); Green value is 210 (82.42% from 255 or 38.11% from 551); Blue value is 181 (71.09% from 255 or 32.85% from 551); Max value from RGB is 210 - color contains mainly: green. Hex color #A0D2B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D2B5 is #5F2D4A. Grayscale: #BFBFBF. Windows color (decimal): -6237515 or 11915936. OLE color: 11915936.

HSL color Cylindrical-coordinate representation of color #A0D2B5: hue angle of 145.2º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A0D2B5 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB160210181-
CMYK0.2400.140.18
HSL145.2º35.71%72.55%-
HSV(B)145.2º23.81%82.35%-
XYZ45.8856.952.28-
YUV191.74121.94105.36-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.04%
GREEN value IS 210 (82.42% from 255) = 38.11%
BLUE value IS 181 (71.09% from 255) = 32.85%
R=29.04%
G=38.11%
B=32.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1602101810.2400.140.18145.235.7172.55
HexA0D2B5180E12912449
Octal240322265300162222144111
Binary101000001101001010110101110000111010010100100011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D2B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D2B5; }

 p { color: rgb(160,210,181); }

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

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

 a { background-color: rgb(160,210,181); }

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

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

 span { border-color: rgb(160,210,181); }

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