#A0EABD

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

Shades of Vista Blue #A0EABD

Tints of Vista Blue #A0EABD

Color information

#A0EABD (or 0xA0EABD) is unknown color: approx Vista Blue. HEX triplet: A0, EA and BD. RGB value is (160,234,189). Sum of RGB (Red+Green+Blue) = 160+234+189=583 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.44% from 583); Green value is 234 (91.80% from 255 or 40.14% from 583); Blue value is 189 (74.22% from 255 or 32.42% from 583); Max value from RGB is 234 - color contains mainly: green. Hex color #A0EABD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EABD is #5F1542. Grayscale: #CECECE. Windows color (decimal): -6231363 or 12446368. OLE color: 12446368.

HSL color Cylindrical-coordinate representation of color #A0EABD: hue angle of 143.51º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0EABD is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB160234189-
CMYK0.3200.190.08
HSL143.51º63.79%77.25%-
HSV(B)143.51º31.62%91.76%-
XYZ53.1169.9958.86-
YUV206.74117.9894.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.44%
GREEN value IS 234 (91.80% from 255) = 40.14%
BLUE value IS 189 (74.22% from 255) = 32.42%
R=27.44%
G=40.14%
B=32.42%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1602341890.3200.190.08143.5163.7977.25
HexA0EABD20013890404d
Octal2403522754002310220100115
Binary10100000111010101011110110000001001110001001000010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0EABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0EABD; }

 p { color: rgb(160,234,189); }

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

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

 a { background-color: rgb(160,234,189); }

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

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

 span { border-color: rgb(160,234,189); }

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