#A8DABE

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

Shades of Vista Blue #A8DABE

Tints of Vista Blue #A8DABE

Color information

#A8DABE (or 0xA8DABE) is unknown color: approx Vista Blue. HEX triplet: A8, DA and BE. RGB value is (168,218,190). Sum of RGB (Red+Green+Blue) = 168+218+190=576 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.17% from 576); Green value is 218 (85.55% from 255 or 37.85% from 576); Blue value is 190 (74.61% from 255 or 32.99% from 576); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DABE is #572541. Grayscale: #C7C7C7. Windows color (decimal): -5711170 or 12507816. OLE color: 12507816.

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

Color convert

RGB168218190-
CMYK0.2300.130.15
HSL146.4º40.32%75.69%-
HSV(B)146.4º22.94%85.49%-
XYZ50.5162.1958.06-
YUV199.86122.44105.28-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.17%
GREEN value IS 218 (85.55% from 255) = 37.85%
BLUE value IS 190 (74.61% from 255) = 32.99%
R=29.17%
G=37.85%
B=32.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1682181900.2300.130.15146.440.3275.69
HexA8DABE170DF92284c
Octal250332276270151722250114
Binary10101000110110101011111010111011011111100100101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DABE; }

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

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

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

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

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

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

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

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