#A3DCBD

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

Shades of Vista Blue #A3DCBD

Tints of Vista Blue #A3DCBD

Color information

#A3DCBD (or 0xA3DCBD) is unknown color: approx Vista Blue. HEX triplet: A3, DC and BD. RGB value is (163,220,189). Sum of RGB (Red+Green+Blue) = 163+220+189=572 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.50% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 189 (74.22% from 255 or 33.04% from 572); Max value from RGB is 220 - color contains mainly: green. Hex color #A3DCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DCBD is #5C2342. Grayscale: #C7C7C7. Windows color (decimal): -6038339 or 12442787. OLE color: 12442787.

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

Color convert

RGB163220189-
CMYK0.2600.140.14
HSL147.37º44.88%75.1%-
HSV(B)147.37º25.91%86.27%-
XYZ49.8862.6557.61-
YUV199.42122.12102.02-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.50%
GREEN value IS 220 (86.33% from 255) = 38.46%
BLUE value IS 189 (74.22% from 255) = 33.04%
R=28.50%
G=38.46%
B=33.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1632201890.2600.140.14147.3744.8875.1
HexA3DCBD1A0EE932d4b
Octal243334275320161622355113
Binary10100011110111001011110111010011101110100100111011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DCBD; }

 p { color: rgb(163,220,189); }

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

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

 a { background-color: rgb(163,220,189); }

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

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

 span { border-color: rgb(163,220,189); }

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