#A6D0BB

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

Shades of Vista Blue #A6D0BB

Tints of Vista Blue #A6D0BB

Color information

#A6D0BB (or 0xA6D0BB) is unknown color: approx Vista Blue. HEX triplet: A6, D0 and BB. RGB value is (166,208,187). Sum of RGB (Red+Green+Blue) = 166+208+187=561 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.59% from 561); Green value is 208 (81.64% from 255 or 37.08% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 208 - color contains mainly: green. Hex color #A6D0BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D0BB is #592F44. Grayscale: #C1C1C1. Windows color (decimal): -5844805 or 12308646. OLE color: 12308646.

HSL color Cylindrical-coordinate representation of color #A6D0BB: hue angle of 150º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A6D0BB is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB166208187-
CMYK0.2000.100.18
HSL150º30.88%73.33%-
HSV(B)150º20.19%81.57%-
XYZ47.2556.8155.49-
YUV193.05124.59108.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.59%
GREEN value IS 208 (81.64% from 255) = 37.08%
BLUE value IS 187 (73.44% from 255) = 33.33%
R=29.59%
G=37.08%
B=33.33%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1662081870.2000.100.1815030.8873.33
HexA6D0BB140A12961f49
Octal246320273240122222637111
Binary10100110110100001011101110100010101001010010110111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D0BB; }

 p { color: rgb(166,208,187); }

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

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

 a { background-color: rgb(166,208,187); }

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

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

 span { border-color: rgb(166,208,187); }

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