#A0DABF

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

Shades of Vista Blue #A0DABF

Tints of Vista Blue #A0DABF

Color information

#A0DABF (or 0xA0DABF) is unknown color: approx Vista Blue. HEX triplet: A0, DA and BF. RGB value is (160,218,191). Sum of RGB (Red+Green+Blue) = 160+218+191=569 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.12% from 569); Green value is 218 (85.55% from 255 or 38.31% from 569); Blue value is 191 (75% from 255 or 33.57% from 569); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DABF is #5F2540. Grayscale: #C5C5C5. Windows color (decimal): -6235457 or 12573344. OLE color: 12573344.

HSL color Cylindrical-coordinate representation of color #A0DABF: hue angle of 152.07º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0DABF is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB160218191-
CMYK0.2700.120.15
HSL152.07º43.94%74.12%-
HSV(B)152.07º26.61%85.49%-
XYZ48.9761.3858.56-
YUV197.58124.28101.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.12%
GREEN value IS 218 (85.55% from 255) = 38.31%
BLUE value IS 191 (75% from 255) = 33.57%
R=28.12%
G=38.31%
B=33.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1602181910.2700.120.15152.0743.9474.12
HexA0DABF1B0CF982c4a
Octal240332277330141723054112
Binary10100000110110101011111111011011001111100110001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DABF; }

 p { color: rgb(160,218,191); }

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

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

 a { background-color: rgb(160,218,191); }

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

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

 span { border-color: rgb(160,218,191); }

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