#A7DABD

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

Shades of Vista Blue #A7DABD

Tints of Vista Blue #A7DABD

Color information

#A7DABD (or 0xA7DABD) is unknown color: approx Vista Blue. HEX triplet: A7, DA and BD. RGB value is (167,218,189). Sum of RGB (Red+Green+Blue) = 167+218+189=574 (76% of max value = 765). Red value is 167 (65.62% from 255 or 29.09% from 574); Green value is 218 (85.55% from 255 or 37.98% from 574); Blue value is 189 (74.22% from 255 or 32.93% from 574); Max value from RGB is 218 - color contains mainly: green. Hex color #A7DABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DABD is #582542. Grayscale: #C7C7C7. Windows color (decimal): -5776707 or 12442279. OLE color: 12442279.

HSL color Cylindrical-coordinate representation of color #A7DABD: hue angle of 145.88º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A7DABD is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB167218189-
CMYK0.2300.130.15
HSL145.88º40.8%75.49%-
HSV(B)145.88º23.39%85.49%-
XYZ50.1962.0357.47-
YUV199.44122.1104.86-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.09%
GREEN value IS 218 (85.55% from 255) = 37.98%
BLUE value IS 189 (74.22% from 255) = 32.93%
R=29.09%
G=37.98%
B=32.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1672181890.2300.130.15145.8840.875.49
HexA7DABD170DF92294b
Octal247332275270151722251113
Binary10100111110110101011110110111011011111100100101010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DABD; }

 p { color: rgb(167,218,189); }

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

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

 a { background-color: rgb(167,218,189); }

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

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

 span { border-color: rgb(167,218,189); }

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