#A3DBB7

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

Shades of Vista Blue #A3DBB7

Tints of Vista Blue #A3DBB7

Color information

#A3DBB7 (or 0xA3DBB7) is unknown color: approx Vista Blue. HEX triplet: A3, DB and B7. RGB value is (163,219,183). Sum of RGB (Red+Green+Blue) = 163+219+183=565 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.85% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 183 (71.88% from 255 or 32.39% from 565); Max value from RGB is 219 - color contains mainly: green. Hex color #A3DBB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DBB7 is #5C2448. Grayscale: #C6C6C6. Windows color (decimal): -6038601 or 12049315. OLE color: 12049315.

HSL color Cylindrical-coordinate representation of color #A3DBB7: hue angle of 141.43º degrees, saturation: 0.44, 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 #A3DBB7 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB163219183-
CMYK0.2600.160.14
HSL141.43º43.75%74.9%-
HSV(B)141.43º25.57%85.88%-
XYZ48.9861.8754.16-
YUV198.15119.45102.93-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.85%
GREEN value IS 219 (85.94% from 255) = 38.76%
BLUE value IS 183 (71.88% from 255) = 32.39%
R=28.85%
G=38.76%
B=32.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1632191830.2600.160.14141.4343.7574.9
HexA3DBB71A010E8d2c4b
Octal243333267320201621554113
Binary101000111101101110110111110100100001110100011011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DBB7; }

 p { color: rgb(163,219,183); }

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

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

 a { background-color: rgb(163,219,183); }

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

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

 span { border-color: rgb(163,219,183); }

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