#A8DABA

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

Shades of Vista Blue #A8DABA

Tints of Vista Blue #A8DABA

Color information

#A8DABA (or 0xA8DABA) is unknown color: approx Vista Blue. HEX triplet: A8, DA and BA. RGB value is (168,218,186). Sum of RGB (Red+Green+Blue) = 168+218+186=572 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.37% from 572); Green value is 218 (85.55% from 255 or 38.11% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DABA is #572545. Grayscale: #C7C7C7. Windows color (decimal): -5711174 or 12245672. OLE color: 12245672.

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

Color convert

RGB168218186-
CMYK0.2300.150.15
HSL141.6º40.32%75.69%-
HSV(B)141.6º22.94%85.49%-
XYZ50.0862.0155.78-
YUV199.4120.44105.6-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.37%
GREEN value IS 218 (85.55% from 255) = 38.11%
BLUE value IS 186 (73.05% from 255) = 32.52%
R=29.37%
G=38.11%
B=32.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1682181860.2300.150.15141.640.3275.69
HexA8DABA170FF8e284c
Octal250332272270171721650114
Binary10101000110110101011101010111011111111100011101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DABA; }

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

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

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

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

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

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

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

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