#A6DBBB

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

Shades of Vista Blue #A6DBBB

Tints of Vista Blue #A6DBBB

Color information

#A6DBBB (or 0xA6DBBB) is unknown color: approx Vista Blue. HEX triplet: A6, DB and BB. RGB value is (166,219,187). Sum of RGB (Red+Green+Blue) = 166+219+187=572 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.02% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DBBB is #592444. Grayscale: #C7C7C7. Windows color (decimal): -5841989 or 12311462. OLE color: 12311462.

HSL color Cylindrical-coordinate representation of color #A6DBBB: hue angle of 143.77º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6DBBB is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB166219187-
CMYK0.2400.150.14
HSL143.77º42.4%75.49%-
HSV(B)143.77º24.2%85.88%-
XYZ50.0362.3656.41-
YUV199.51120.94104.1-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.02%
GREEN value IS 219 (85.94% from 255) = 38.29%
BLUE value IS 187 (73.44% from 255) = 32.69%
R=29.02%
G=38.29%
B=32.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1662191870.2400.150.14143.7742.475.49
HexA6DBBB180FE902a4b
Octal246333273300171622052113
Binary10100110110110111011101111000011111110100100001010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DBBB; }

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

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

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

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

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

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

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

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