#A0DBB3

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

Shades of Vista Blue #A0DBB3

Tints of Vista Blue #A0DBB3

Color information

#A0DBB3 (or 0xA0DBB3) is unknown color: approx Vista Blue. HEX triplet: A0, DB and B3. RGB value is (160,219,179). Sum of RGB (Red+Green+Blue) = 160+219+179=558 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.67% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 179 (70.31% from 255 or 32.08% from 558); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DBB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DBB3 is #5F244C. Grayscale: #C4C4C4. Windows color (decimal): -6235213 or 11787168. OLE color: 11787168.

HSL color Cylindrical-coordinate representation of color #A0DBB3: hue angle of 139.32º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0DBB3 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB160219179-
CMYK0.2700.180.14
HSL139.32º45.04%74.31%-
HSV(B)139.32º26.94%85.88%-
XYZ47.9761.3951.97-
YUV196.8117.95101.75-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.67%
GREEN value IS 219 (85.94% from 255) = 39.25%
BLUE value IS 179 (70.31% from 255) = 32.08%
R=28.67%
G=39.25%
B=32.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1602191790.2700.180.14139.3245.0474.31
HexA0DBB31B012E8b2d4a
Octal240333263330221621355112
Binary101000001101101110110011110110100101110100010111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DBB3; }

 p { color: rgb(160,219,179); }

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

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

 a { background-color: rgb(160,219,179); }

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

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

 span { border-color: rgb(160,219,179); }

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