#A8DABC

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

Shades of Vista Blue #A8DABC

Tints of Vista Blue #A8DABC

Color information

#A8DABC (or 0xA8DABC) is unknown color: approx Vista Blue. HEX triplet: A8, DA and BC. RGB value is (168,218,188). Sum of RGB (Red+Green+Blue) = 168+218+188=574 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.27% from 574); Green value is 218 (85.55% from 255 or 37.98% from 574); Blue value is 188 (73.83% from 255 or 32.75% from 574); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DABC is #572543. Grayscale: #C7C7C7. Windows color (decimal): -5711172 or 12376744. OLE color: 12376744.

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

Color convert

RGB168218188-
CMYK0.2300.140.15
HSL144º40.32%75.69%-
HSV(B)144º22.94%85.49%-
XYZ50.362.156.91-
YUV199.63121.44105.44-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.27%
GREEN value IS 218 (85.55% from 255) = 37.98%
BLUE value IS 188 (73.83% from 255) = 32.75%
R=29.27%
G=37.98%
B=32.75%

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
Decimal1682181880.2300.140.1514440.3275.69
HexA8DABC170EF90284c
Octal250332274270161722050114
Binary10101000110110101011110010111011101111100100001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DABC; }

 p { color: rgb(168,218,188); }

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

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

 a { background-color: rgb(168,218,188); }

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

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

 span { border-color: rgb(168,218,188); }

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