#A8DABB

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

Shades of Vista Blue #A8DABB

Tints of Vista Blue #A8DABB

Color information

#A8DABB (or 0xA8DABB) is unknown color: approx Vista Blue. HEX triplet: A8, DA and BB. RGB value is (168,218,187). Sum of RGB (Red+Green+Blue) = 168+218+187=573 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.32% from 573); Green value is 218 (85.55% from 255 or 38.05% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DABB is #572544. Grayscale: #C7C7C7. Windows color (decimal): -5711173 or 12311208. OLE color: 12311208.

HSL color Cylindrical-coordinate representation of color #A8DABB: hue angle of 142.8º 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 #A8DABB is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB168218187-
CMYK0.2300.140.15
HSL142.8º40.32%75.69%-
HSV(B)142.8º22.94%85.49%-
XYZ50.1962.0656.35-
YUV199.52120.94105.52-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.32%
GREEN value IS 218 (85.55% from 255) = 38.05%
BLUE value IS 187 (73.44% from 255) = 32.64%
R=29.32%
G=38.05%
B=32.64%

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
Decimal1682181870.2300.140.15142.840.3275.69
HexA8DABB170EF8f284c
Octal250332273270161721750114
Binary10101000110110101011101110111011101111100011111010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DABB; }

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

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

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

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

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

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

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

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