#A0DDBE

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

Shades of Vista Blue #A0DDBE

Tints of Vista Blue #A0DDBE

Color information

#A0DDBE (or 0xA0DDBE) is unknown color: approx Vista Blue. HEX triplet: A0, DD and BE. RGB value is (160,221,190). Sum of RGB (Red+Green+Blue) = 160+221+190=571 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.02% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 190 (74.61% from 255 or 33.27% from 571); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DDBE is #5F2241. Grayscale: #C7C7C7. Windows color (decimal): -6234690 or 12508576. OLE color: 12508576.

HSL color Cylindrical-coordinate representation of color #A0DDBE: hue angle of 149.51º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0DDBE is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB160221190-
CMYK0.2800.140.13
HSL149.51º47.29%74.71%-
HSV(B)149.51º27.6%86.67%-
XYZ49.6562.958.24-
YUV199.23122.79100.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.02%
GREEN value IS 221 (86.72% from 255) = 38.70%
BLUE value IS 190 (74.61% from 255) = 33.27%
R=28.02%
G=38.70%
B=33.27%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1602211900.2800.140.13149.5147.2974.71
HexA0DDBE1C0ED962f4b
Octal240335276340161522657113
Binary10100000110111011011111011100011101101100101101011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DDBE; }

 p { color: rgb(160,221,190); }

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

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

 a { background-color: rgb(160,221,190); }

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

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

 span { border-color: rgb(160,221,190); }

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