#A8D9BB

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

Shades of Vista Blue #A8D9BB

Tints of Vista Blue #A8D9BB

Color information

#A8D9BB (or 0xA8D9BB) is unknown color: approx Vista Blue. HEX triplet: A8, D9 and BB. RGB value is (168,217,187). Sum of RGB (Red+Green+Blue) = 168+217+187=572 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.37% from 572); Green value is 217 (85.16% from 255 or 37.94% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D9BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D9BB is #572644. Grayscale: #C7C7C7. Windows color (decimal): -5711429 or 12310952. OLE color: 12310952.

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

Color convert

RGB168217187-
CMYK0.2300.140.15
HSL143.27º39.2%75.49%-
HSV(B)143.27º22.58%85.1%-
XYZ49.9361.5456.26-
YUV198.93121.27105.94-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.37%
GREEN value IS 217 (85.16% from 255) = 37.94%
BLUE value IS 187 (73.44% from 255) = 32.69%
R=29.37%
G=37.94%
B=32.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1682171870.2300.140.15143.2739.275.49
HexA8D9BB170EF8f274b
Octal250331273270161721747113
Binary10101000110110011011101110111011101111100011111001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D9BB; }

 p { color: rgb(168,217,187); }

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

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

 a { background-color: rgb(168,217,187); }

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

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

 span { border-color: rgb(168,217,187); }

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