#A0E9BC

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

Shades of Vista Blue #A0E9BC

Tints of Vista Blue #A0E9BC

Color information

#A0E9BC (or 0xA0E9BC) is unknown color: approx Vista Blue. HEX triplet: A0, E9 and BC. RGB value is (160,233,188). Sum of RGB (Red+Green+Blue) = 160+233+188=581 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.54% from 581); Green value is 233 (91.41% from 255 or 40.10% from 581); Blue value is 188 (73.83% from 255 or 32.36% from 581); Max value from RGB is 233 - color contains mainly: green. Hex color #A0E9BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0E9BC is #5F1643. Grayscale: #CECECE. Windows color (decimal): -6231620 or 12380576. OLE color: 12380576.

HSL color Cylindrical-coordinate representation of color #A0E9BC: hue angle of 143.01º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0E9BC is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB160233188-
CMYK0.3100.190.09
HSL143.01º62.39%77.06%-
HSV(B)143.01º31.33%91.37%-
XYZ52.7169.3858.19-
YUV206.04117.8295.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.54%
GREEN value IS 233 (91.41% from 255) = 40.10%
BLUE value IS 188 (73.83% from 255) = 32.36%
R=27.54%
G=40.10%
B=32.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1602331880.3100.190.09143.0162.3977.06
HexA0E9BC1F01398f3e4d
Octal240351274370231121776115
Binary101000001110100110111100111110100111001100011111111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E9BC; }

 p { color: rgb(160,233,188); }

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

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

 a { background-color: rgb(160,233,188); }

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

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

 span { border-color: rgb(160,233,188); }

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