#A3DEB5

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

Shades of Vista Blue #A3DEB5

Tints of Vista Blue #A3DEB5

Color information

#A3DEB5 (or 0xA3DEB5) is unknown color: approx Vista Blue. HEX triplet: A3, DE and B5. RGB value is (163,222,181). Sum of RGB (Red+Green+Blue) = 163+222+181=566 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.80% from 566); Green value is 222 (87.11% from 255 or 39.22% from 566); Blue value is 181 (71.09% from 255 or 31.98% from 566); Max value from RGB is 222 - color contains mainly: green. Hex color #A3DEB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DEB5 is #5C214A. Grayscale: #C7C7C7. Windows color (decimal): -6037835 or 11919011. OLE color: 11919011.

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

Color convert

RGB163222181-
CMYK0.2700.180.13
HSL138.31º47.2%75.49%-
HSV(B)138.31º26.58%87.06%-
XYZ49.5763.3753.33-
YUV199.68117.45101.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.80%
GREEN value IS 222 (87.11% from 255) = 39.22%
BLUE value IS 181 (71.09% from 255) = 31.98%
R=28.80%
G=39.22%
B=31.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1632221810.2700.180.13138.3147.275.49
HexA3DEB51B012D8a2f4b
Octal243336265330221521257113
Binary101000111101111010110101110110100101101100010101011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DEB5; }

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

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

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

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

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

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

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

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