#A0DEB5

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

Shades of Vista Blue #A0DEB5

Tints of Vista Blue #A0DEB5

Color information

#A0DEB5 (or 0xA0DEB5) is unknown color: approx Vista Blue. HEX triplet: A0, DE and B5. RGB value is (160,222,181). Sum of RGB (Red+Green+Blue) = 160+222+181=563 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.42% from 563); Green value is 222 (87.11% from 255 or 39.43% from 563); Blue value is 181 (71.09% from 255 or 32.15% from 563); Max value from RGB is 222 - color contains mainly: green. Hex color #A0DEB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DEB5 is #5F214A. Grayscale: #C6C6C6. Windows color (decimal): -6234443 or 11919008. OLE color: 11919008.

HSL color Cylindrical-coordinate representation of color #A0DEB5: hue angle of 140.32º degrees, saturation: 0.48, 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 #A0DEB5 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB160222181-
CMYK0.2800.180.13
HSL140.32º48.44%74.9%-
HSV(B)140.32º27.93%87.06%-
XYZ48.9663.0553.31-
YUV198.79117.96100.33-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.42%
GREEN value IS 222 (87.11% from 255) = 39.43%
BLUE value IS 181 (71.09% from 255) = 32.15%
R=28.42%
G=39.43%
B=32.15%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1602221810.2800.180.13140.3248.4474.9
HexA0DEB51C012D8c304b
Octal240336265340221521460113
Binary101000001101111010110101111000100101101100011001100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DEB5; }

 p { color: rgb(160,222,181); }

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

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

 a { background-color: rgb(160,222,181); }

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

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

 span { border-color: rgb(160,222,181); }

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