#A0DCC4

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

Shades of Vista Blue #A0DCC4

Tints of Vista Blue #A0DCC4

Color information

#A0DCC4 (or 0xA0DCC4) is unknown color: approx Vista Blue. HEX triplet: A0, DC and C4. RGB value is (160,220,196). Sum of RGB (Red+Green+Blue) = 160+220+196=576 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.78% from 576); Green value is 220 (86.33% from 255 or 38.19% from 576); Blue value is 196 (76.95% from 255 or 34.03% from 576); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DCC4 is #5F233B. Grayscale: #C7C7C7. Windows color (decimal): -6234940 or 12901536. OLE color: 12901536.

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

Color convert

RGB160220196-
CMYK0.2700.110.14
HSL156º46.15%74.51%-
HSV(B)156º27.27%86.27%-
XYZ50.0562.6561.68-
YUV199.32126.1299.95-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.78%
GREEN value IS 220 (86.33% from 255) = 38.19%
BLUE value IS 196 (76.95% from 255) = 34.03%
R=27.78%
G=38.19%
B=34.03%

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
Decimal1602201960.2700.110.1415646.1574.51
HexA0DCC41B0BE9c2e4b
Octal240334304330131623456113
Binary10100000110111001100010011011010111110100111001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DCC4; }

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

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

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

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

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

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

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

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