#A8D8C2

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

Shades of Vista Blue #A8D8C2

Tints of Vista Blue #A8D8C2

Color information

#A8D8C2 (or 0xA8D8C2) is unknown color: approx Vista Blue. HEX triplet: A8, D8 and C2. RGB value is (168,216,194). Sum of RGB (Red+Green+Blue) = 168+216+194=578 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.07% from 578); Green value is 216 (84.77% from 255 or 37.37% from 578); Blue value is 194 (76.17% from 255 or 33.56% from 578); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D8C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D8C2 is #57273D. Grayscale: #C7C7C7. Windows color (decimal): -5711678 or 12769448. OLE color: 12769448.

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

Color convert

RGB168216194-
CMYK0.2200.100.15
HSL152.5º38.1%75.29%-
HSV(B)152.5º22.22%84.71%-
XYZ50.4461.3360.22-
YUV199.14125.1105.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.07%
GREEN value IS 216 (84.77% from 255) = 37.37%
BLUE value IS 194 (76.17% from 255) = 33.56%
R=29.07%
G=37.37%
B=33.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1682161940.2200.100.15152.538.175.29
HexA8D8C2160AF98264b
Octal250330302260121723046113
Binary10101000110110001100001010110010101111100110001001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D8C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D8C2; }

 p { color: rgb(168,216,194); }

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

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

 a { background-color: rgb(168,216,194); }

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

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

 span { border-color: rgb(168,216,194); }

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