#A0E3BC

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

Shades of Vista Blue #A0E3BC

Tints of Vista Blue #A0E3BC

Color information

#A0E3BC (or 0xA0E3BC) is unknown color: approx Vista Blue. HEX triplet: A0, E3 and BC. RGB value is (160,227,188). Sum of RGB (Red+Green+Blue) = 160+227+188=575 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.83% from 575); Green value is 227 (89.06% from 255 or 39.48% from 575); Blue value is 188 (73.83% from 255 or 32.70% from 575); Max value from RGB is 227 - color contains mainly: green. Hex color #A0E3BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0E3BC is #5F1C43. Grayscale: #CACACA. Windows color (decimal): -6233156 or 12379040. OLE color: 12379040.

HSL color Cylindrical-coordinate representation of color #A0E3BC: hue angle of 145.07º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0E3BC is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB160227188-
CMYK0.3000.170.11
HSL145.07º54.47%75.88%-
HSV(B)145.07º29.52%89.02%-
XYZ51.0466.0457.63-
YUV202.52119.897.67-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.83%
GREEN value IS 227 (89.06% from 255) = 39.48%
BLUE value IS 188 (73.83% from 255) = 32.70%
R=27.83%
G=39.48%
B=32.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1602271880.3000.170.11145.0754.4775.88
HexA0E3BC1E011B91364c
Octal240343274360211322166114
Binary101000001110001110111100111100100011011100100011101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E3BC; }

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

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

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

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

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

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

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

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