#A3DDB5

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

Shades of Vista Blue #A3DDB5

Tints of Vista Blue #A3DDB5

Color information

#A3DDB5 (or 0xA3DDB5) is unknown color: approx Vista Blue. HEX triplet: A3, DD and B5. RGB value is (163,221,181). Sum of RGB (Red+Green+Blue) = 163+221+181=565 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.85% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 181 (71.09% from 255 or 32.04% from 565); Max value from RGB is 221 - color contains mainly: green. Hex color #A3DDB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DDB5 is #5C224A. Grayscale: #C7C7C7. Windows color (decimal): -6038091 or 11918755. OLE color: 11918755.

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

Color convert

RGB163221181-
CMYK0.2600.180.13
HSL138.62º46.03%75.29%-
HSV(B)138.62º26.24%86.67%-
XYZ49.362.8453.25-
YUV199.1117.78102.25-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.85%
GREEN value IS 221 (86.72% from 255) = 39.12%
BLUE value IS 181 (71.09% from 255) = 32.04%
R=28.85%
G=39.12%
B=32.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1632211810.2600.180.13138.6246.0375.29
HexA3DDB51A012D8b2e4b
Octal243335265320221521356113
Binary101000111101110110110101110100100101101100010111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DDB5; }

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

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

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

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

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

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

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

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