#A0E0BC

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

Shades of Vista Blue #A0E0BC

Tints of Vista Blue #A0E0BC

Color information

#A0E0BC (or 0xA0E0BC) is unknown color: approx Vista Blue. HEX triplet: A0, E0 and BC. RGB value is (160,224,188). Sum of RGB (Red+Green+Blue) = 160+224+188=572 (75% of max value = 765). Red value is 160 (62.89% from 255 or 27.97% from 572); Green value is 224 (87.89% from 255 or 39.16% from 572); Blue value is 188 (73.83% from 255 or 32.87% from 572); Max value from RGB is 224 - color contains mainly: green. Hex color #A0E0BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0E0BC is #5F1F43. Grayscale: #C8C8C8. Windows color (decimal): -6233924 or 12378272. OLE color: 12378272.

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

Color convert

RGB160224188-
CMYK0.2900.160.12
HSL146.25º50.79%75.29%-
HSV(B)146.25º28.57%87.84%-
XYZ50.2364.4257.36-
YUV200.76120.898.93-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.97%
GREEN value IS 224 (87.89% from 255) = 39.16%
BLUE value IS 188 (73.83% from 255) = 32.87%
R=27.97%
G=39.16%
B=32.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1602241880.2900.160.12146.2550.7975.29
HexA0E0BC1D010C92334b
Octal240340274350201422263113
Binary101000001110000010111100111010100001100100100101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E0BC; }

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

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

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

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

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

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

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

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