#A0E0C2

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

Shades of Vista Blue #A0E0C2

Tints of Vista Blue #A0E0C2

Color information

#A0E0C2 (or 0xA0E0C2) is unknown color: approx Vista Blue. HEX triplet: A0, E0 and C2. RGB value is (160,224,194). Sum of RGB (Red+Green+Blue) = 160+224+194=578 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.68% from 578); Green value is 224 (87.89% from 255 or 38.75% from 578); Blue value is 194 (76.17% from 255 or 33.56% from 578); Max value from RGB is 224 - color contains mainly: green. Hex color #A0E0C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0E0C2 is #5F1F3D. Grayscale: #C9C9C9. Windows color (decimal): -6233918 or 12771488. OLE color: 12771488.

HSL color Cylindrical-coordinate representation of color #A0E0C2: hue angle of 151.88º degrees, saturation: 0.51, 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 #A0E0C2 is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB160224194-
CMYK0.2900.130.12
HSL151.88º50.79%75.29%-
HSV(B)151.88º28.57%87.84%-
XYZ50.8964.6860.84-
YUV201.44123.898.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.68%
GREEN value IS 224 (87.89% from 255) = 38.75%
BLUE value IS 194 (76.17% from 255) = 33.56%
R=27.68%
G=38.75%
B=33.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1602241940.2900.130.12151.8850.7975.29
HexA0E0C21D0DC98334b
Octal240340302350151423063113
Binary10100000111000001100001011101011011100100110001100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E0C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E0C2; }

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

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

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

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

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

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

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

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