#A6D5BA

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

Shades of Vista Blue #A6D5BA

Tints of Vista Blue #A6D5BA

Color information

#A6D5BA (or 0xA6D5BA) is unknown color: approx Vista Blue. HEX triplet: A6, D5 and BA. RGB value is (166,213,186). Sum of RGB (Red+Green+Blue) = 166+213+186=565 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.38% from 565); Green value is 213 (83.59% from 255 or 37.70% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 213 - color contains mainly: green. Hex color #A6D5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D5BA is #592A45. Grayscale: #C3C3C3. Windows color (decimal): -5843526 or 12244390. OLE color: 12244390.

HSL color Cylindrical-coordinate representation of color #A6D5BA: hue angle of 145.53º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A6D5BA is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB166213186-
CMYK0.2200.130.16
HSL145.53º35.88%74.31%-
HSV(B)145.53º22.07%83.53%-
XYZ48.3859.2455.34-
YUV195.87122.43106.7-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.38%
GREEN value IS 213 (83.59% from 255) = 37.70%
BLUE value IS 186 (73.05% from 255) = 32.92%
R=29.38%
G=37.70%
B=32.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1662131860.2200.130.16145.5335.8874.31
HexA6D5BA160D1092244a
Octal246325272260152022244112
Binary101001101101010110111010101100110110000100100101001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D5BA; }

 p { color: rgb(166,213,186); }

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

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

 a { background-color: rgb(166,213,186); }

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

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

 span { border-color: rgb(166,213,186); }

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