#A0DCC3

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

Shades of Vista Blue #A0DCC3

Tints of Vista Blue #A0DCC3

Color information

#A0DCC3 (or 0xA0DCC3) is unknown color: approx Vista Blue. HEX triplet: A0, DC and C3. RGB value is (160,220,195). Sum of RGB (Red+Green+Blue) = 160+220+195=575 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.83% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 195 (76.56% from 255 or 33.91% from 575); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DCC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DCC3 is #5F233C. Grayscale: #C7C7C7. Windows color (decimal): -6234941 or 12836000. OLE color: 12836000.

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

Color convert

RGB160220195-
CMYK0.2700.110.14
HSL155º46.15%74.51%-
HSV(B)155º27.27%86.27%-
XYZ49.9462.661.08-
YUV199.21125.62100.03-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.83%
GREEN value IS 220 (86.33% from 255) = 38.26%
BLUE value IS 195 (76.56% from 255) = 33.91%
R=27.83%
G=38.26%
B=33.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1602201950.2700.110.1415546.1574.51
HexA0DCC31B0BE9b2e4b
Octal240334303330131623356113
Binary10100000110111001100001111011010111110100110111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DCC3; }

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

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

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

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

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

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

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

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