#A3DDC1

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

Shades of Vista Blue #A3DDC1

Tints of Vista Blue #A3DDC1

Color information

#A3DDC1 (or 0xA3DDC1) is unknown color: approx Vista Blue. HEX triplet: A3, DD and C1. RGB value is (163,221,193). Sum of RGB (Red+Green+Blue) = 163+221+193=577 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.25% from 577); Green value is 221 (86.72% from 255 or 38.30% from 577); Blue value is 193 (75.78% from 255 or 33.45% from 577); Max value from RGB is 221 - color contains mainly: green. Hex color #A3DDC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DDC1 is #5C223E. Grayscale: #C8C8C8. Windows color (decimal): -6038079 or 12705187. OLE color: 12705187.

HSL color Cylindrical-coordinate representation of color #A3DDC1: hue angle of 151.03º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3DDC1 is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB163221193-
CMYK0.2600.130.13
HSL151.03º46.03%75.29%-
HSV(B)151.03º26.24%86.67%-
XYZ50.5963.3560.01-
YUV200.47123.78101.28-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.25%
GREEN value IS 221 (86.72% from 255) = 38.30%
BLUE value IS 193 (75.78% from 255) = 33.45%
R=28.25%
G=38.30%
B=33.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1632211930.2600.130.13151.0346.0375.29
HexA3DDC11A0DD972e4b
Octal243335301320151522756113
Binary10100011110111011100000111010011011101100101111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DDC1; }

 p { color: rgb(163,221,193); }

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

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

 a { background-color: rgb(163,221,193); }

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

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

 span { border-color: rgb(163,221,193); }

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