#A0DCBB

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

Shades of Vista Blue #A0DCBB

Tints of Vista Blue #A0DCBB

Color information

#A0DCBB (or 0xA0DCBB) is unknown color: approx Vista Blue. HEX triplet: A0, DC and BB. RGB value is (160,220,187). Sum of RGB (Red+Green+Blue) = 160+220+187=567 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.22% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DCBB is #5F2344. Grayscale: #C6C6C6. Windows color (decimal): -6234949 or 12311712. OLE color: 12311712.

HSL color Cylindrical-coordinate representation of color #A0DCBB: hue angle of 147º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0DCBB is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB160220187-
CMYK0.2700.150.14
HSL147º46.15%74.51%-
HSV(B)147º27.27%86.27%-
XYZ49.0662.2556.44-
YUV198.3121.62100.68-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.22%
GREEN value IS 220 (86.33% from 255) = 38.80%
BLUE value IS 187 (73.44% from 255) = 32.98%
R=28.22%
G=38.80%
B=32.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1602201870.2700.150.1414746.1574.51
HexA0DCBB1B0FE932e4b
Octal240334273330171622356113
Binary10100000110111001011101111011011111110100100111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DCBB; }

 p { color: rgb(160,220,187); }

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

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

 a { background-color: rgb(160,220,187); }

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

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

 span { border-color: rgb(160,220,187); }

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