#A6DDBB

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

Shades of Vista Blue #A6DDBB

Tints of Vista Blue #A6DDBB

Color information

#A6DDBB (or 0xA6DDBB) is unknown color: approx Vista Blue. HEX triplet: A6, DD and BB. RGB value is (166,221,187). Sum of RGB (Red+Green+Blue) = 166+221+187=574 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.92% from 574); Green value is 221 (86.72% from 255 or 38.50% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DDBB is #592244. Grayscale: #C8C8C8. Windows color (decimal): -5841477 or 12311974. OLE color: 12311974.

HSL color Cylindrical-coordinate representation of color #A6DDBB: hue angle of 142.91º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6DDBB is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB166221187-
CMYK0.2500.150.13
HSL142.91º44.72%75.88%-
HSV(B)142.91º24.89%86.67%-
XYZ50.5563.4156.59-
YUV200.68120.28103.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.92%
GREEN value IS 221 (86.72% from 255) = 38.50%
BLUE value IS 187 (73.44% from 255) = 32.58%
R=28.92%
G=38.50%
B=32.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1662211870.2500.150.13142.9144.7275.88
HexA6DDBB190FD8f2d4c
Octal246335273310171521755114
Binary10100110110111011011101111001011111101100011111011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DDBB; }

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

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

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

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

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

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

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

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