#A3DFBE

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

Shades of Vista Blue #A3DFBE

Tints of Vista Blue #A3DFBE

Color information

#A3DFBE (or 0xA3DFBE) is unknown color: approx Vista Blue. HEX triplet: A3, DF and BE. RGB value is (163,223,190). Sum of RGB (Red+Green+Blue) = 163+223+190=576 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.30% from 576); Green value is 223 (87.5% from 255 or 38.72% from 576); Blue value is 190 (74.61% from 255 or 32.99% from 576); Max value from RGB is 223 - color contains mainly: green. Hex color #A3DFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DFBE is #5C2041. Grayscale: #C9C9C9. Windows color (decimal): -6037570 or 12509091. OLE color: 12509091.

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

Color convert

RGB163223190-
CMYK0.2700.150.13
HSL147º48.39%75.69%-
HSV(B)147º26.91%87.45%-
XYZ50.7964.2858.45-
YUV201.3121.62100.68-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.30%
GREEN value IS 223 (87.5% from 255) = 38.72%
BLUE value IS 190 (74.61% from 255) = 32.99%
R=28.30%
G=38.72%
B=32.99%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1632231900.2700.150.1314748.3975.69
HexA3DFBE1B0FD93304c
Octal243337276330171522360114
Binary10100011110111111011111011011011111101100100111100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DFBE; }

 p { color: rgb(163,223,190); }

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

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

 a { background-color: rgb(163,223,190); }

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

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

 span { border-color: rgb(163,223,190); }

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