#A6D2B8

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

Shades of Vista Blue #A6D2B8

Tints of Vista Blue #A6D2B8

Color information

#A6D2B8 (or 0xA6D2B8) is unknown color: approx Vista Blue. HEX triplet: A6, D2 and B8. RGB value is (166,210,184). Sum of RGB (Red+Green+Blue) = 166+210+184=560 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.64% from 560); Green value is 210 (82.42% from 255 or 37.5% from 560); Blue value is 184 (72.27% from 255 or 32.86% from 560); Max value from RGB is 210 - color contains mainly: green. Hex color #A6D2B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D2B8 is #592D47. Grayscale: #C1C1C1. Windows color (decimal): -5844296 or 12112550. OLE color: 12112550.

HSL color Cylindrical-coordinate representation of color #A6D2B8: hue angle of 144.55º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A6D2B8 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB166210184-
CMYK0.2100.120.18
HSL144.55º32.84%73.73%-
HSV(B)144.55º20.95%82.35%-
XYZ47.4257.6653.98-
YUV193.88122.42108.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.64%
GREEN value IS 210 (82.42% from 255) = 37.5%
BLUE value IS 184 (72.27% from 255) = 32.86%
R=29.64%
G=37.5%
B=32.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1662101840.2100.120.18144.5532.8473.73
HexA6D2B8150C1291214a
Octal246322270250142222141112
Binary101001101101001010111000101010110010010100100011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D2B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D2B8; }

 p { color: rgb(166,210,184); }

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

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

 a { background-color: rgb(166,210,184); }

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

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

 span { border-color: rgb(166,210,184); }

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