#A0E1C2

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

Shades of Vista Blue #A0E1C2

Tints of Vista Blue #A0E1C2

Color information

#A0E1C2 (or 0xA0E1C2) is unknown color: approx Vista Blue. HEX triplet: A0, E1 and C2. RGB value is (160,225,194). Sum of RGB (Red+Green+Blue) = 160+225+194=579 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.63% from 579); Green value is 225 (88.28% from 255 or 38.86% from 579); Blue value is 194 (76.17% from 255 or 33.51% from 579); Max value from RGB is 225 - color contains mainly: green. Hex color #A0E1C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0E1C2 is #5F1E3D. Grayscale: #CACACA. Windows color (decimal): -6233662 or 12771744. OLE color: 12771744.

HSL color Cylindrical-coordinate representation of color #A0E1C2: hue angle of 151.38º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0E1C2 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB160225194-
CMYK0.2900.140.12
HSL151.38º52%75.49%-
HSV(B)151.38º28.89%88.24%-
XYZ51.1665.2260.93-
YUV202.03123.4798.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.63%
GREEN value IS 225 (88.28% from 255) = 38.86%
BLUE value IS 194 (76.17% from 255) = 33.51%
R=27.63%
G=38.86%
B=33.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1602251940.2900.140.12151.385275.49
HexA0E1C21D0EC97344b
Octal240341302350161422764113
Binary10100000111000011100001011101011101100100101111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E1C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E1C2; }

 p { color: rgb(160,225,194); }

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

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

 a { background-color: rgb(160,225,194); }

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

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

 span { border-color: rgb(160,225,194); }

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